Configuration Type: Application.exe to Static Library Error

155 views Asked by At

I need help, my first error is this "error LNK2019: unresolved external symbol __imp__curl_easy_getinfo referenced in function", but I already solve this after I change the configuration type from .exe to static library in project properties but when I try to build the project I get this runtime error. "This file does not have a program associated with it for performing this action. Please install a program or, if one is already installed, create an association in the Default Programs control panel". That error is pointing to "projectname.lib" in my project debug folder.

I'm using Visual C++ 2013 and I'm building win32 Application and I'm using libcurl for REST.

Please help me. Thanks in advance!

0

There are 0 answers