Skip to content
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

Open
liquidzym opened this issue Aug 3, 2013 · 7 comments
Open

not working with 0.8.0 #8

liquidzym opened this issue Aug 3, 2013 · 7 comments

Comments

@liquidzym
Copy link

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

@petersaints
Copy link

Same problem here. What's the problem?

@arturoc
Copy link
Owner

arturoc commented Oct 9, 2013

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

@petersaints
Copy link

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.

@arturoc
Copy link
Owner

arturoc commented Oct 9, 2013

in which platform is this happening?

@petersaints
Copy link

Windows with Visual Studio 2012.

@melodybai
Copy link

same problem...need help...
I use ofxIpVideoGrabber and have link error:
IPVideoGrabber.obj : error LNK2001: unresolved external symbol "public: void __thiscall Poco::Net::HTTPBasicCredentials::authenticate(class Poco::Net::HTTPRequest &)" (?authenticate@HTTPBasicCredentials@Net@Poco@@QAEXAAVHTTPRequest@23@@z)

@musiko
Copy link

musiko commented Oct 22, 2013

Countered same issue with 0.8.0 / Windows 7 / VS 2012. Seems HTTPBasicCredentials is missing in pre-compiled Poco library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants