simply putting a ofxHttpUtils http; in testApp.h causes:
terminate called after throwing an instance of 'Poco::SystemException'
what(): System exception
Program received signal: “SIGABRT”.
it looks like it's the creation of the ofThread inherited by ofxHttpUtils causing this problem, but it's hard to read the trace.
simply putting a
ofxHttpUtils http;intestApp.hcauses:it looks like it's the creation of the ofThread inherited by ofxHttpUtils causing this problem, but it's hard to read the trace.