CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2014
    Posts
    2

    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.

  2. #2
    Join Date
    Feb 2014
    Posts
    2

    Re: Compile time errors for OpensSSL in a Visual C++ Project

    Quote Originally Posted by kanaksony@gmail.com View Post
    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.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured