c++ - visual studio 2013 command line parameter compile for xp -


i'm developing application on visual studio 2013 works fine on windows vista+ need make work on windows xp.

so compiled using visual studio 2013 windows xp (v120_xp) toolset. , worked fine. got errors indicating library weren't compatible xp ( libcurl).

i suppose need compile same toolset can't find anywhere parameter need set uses v12_xp toolset.

i compiled lib using :

nmake /f makefile.vc mode=static debug=yes 

and

nmake /f makefile.vc mode=static debug=no  

thanks in advance :)


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

spring - "Dispatcher has no subscribers" during startup -

how to prompt save As Box in Excel Interlop c# MVC 4 -