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
Post a Comment