-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
not working with 0.8.0 #8
Comments
Same problem here. What's the problem? |
should be working now, i've been updating it on a different branch and never merged it to master. i've also changed the default branch to master so check that you are pulling from the correct branch. let me know if this fixes it so i can close the issue |
Nope. Same problem. I tried to use HTTPCredentials (http://www.appinf.com/docs/poco/Poco.Net.HTTPCredentials.html) instead of HTTPBasicCredentials and it compiles. But I haven't tested if it runs ok yet. |
in which platform is this happening? |
Windows with Visual Studio 2012. |
same problem...need help... |
Countered same issue with 0.8.0 / Windows 7 / VS 2012. Seems HTTPBasicCredentials is missing in pre-compiled Poco library. |
ofxHttpUtils.obj : error LNK2019:unresolved external symbol "public: void __thiscall Poco::Net::HTTPBasicCredentials::authenticate(class Poco::Net::HTTPRequest &)" (?authenticate@HTTPBasicCredentials@Net@Poco@@QAEXAAVHTTPRequest@23@@z),该符号在函数 "protected: struct ofxHttpResponse __thiscall ofxHttpUtils::doPostForm(struct ofxHttpForm &)" (?doPostForm@ofxHttpUtils@@iae?AUofxHttpResponse@@AAUofxHttpForm@@@z) referenced in function
The text was updated successfully, but these errors were encountered: