To build the program with a static lib, libcurl.lib
问题 I tried to build a stanalone program with a static lib , libcurl.lib . But I got bunch of errors. I ever refered to the related posts on stackoverflow and libcurl homepage, unfortunately it is in vain so far. The following is my building procedure and the error message I got. Please comments. Thank you a lot, 1. Build curl from source code nmake /f Makefile.vc mode=static VC=14 ENABLE_SSPI=no ENABLE_IPV6=no ENABLE_IDN=no GEN_PDB=no DEBUG=no MACHINE=x64 2. Build main.obj CimXml.obj CimCurl.obj