Compile time errors for OpensSSL in a Visual C++ Project
Hi all,
I am trying to build a VC++ project in Visual Studio 2010. http://sourceforge.net/projects/shairport4w/
This project has a dependency on openssl libraries. How can I successfully build this project? I have no idea how to add third party libs/dlls in a project.
NOTE : I have no developer experience in C/C++. But, I am willing to learn above. Please help me.
Thanks in advance.
Re: Compile time errors for OpensSSL in a Visual C++ Project
Quote:
Hi all,
I am trying to build a VC++ project in Visual Studio 2010.
http://sourceforge.net/projects/shairport4w/
This project has a dependency on openssl libraries. How can I successfully build this project? I have no idea how to add third party libs/dlls in a project.
NOTE : I have no developer experience in C/C++. But, I am willing to learn above. Please help me.
Thanks in advance.
I downloaded openssl libs from http://www.openssl.org/related/binaries.html, and installed these on my system. Next, updated source and include paths in project preferences. All errors fixed. :)