c++ - When compiling makefile project in Visual Studio Express 2012, the .exe does not work in Windows Server 2003 -
as extension on 1 of earlier projects required printing pdf files command line, need print them duplex.
therefore have found open source piece of software called sumatrapdf , added patch using visual studio express 2012 enables duplex settings in command line , compiled. software works on windows 7 64bit on windows server 2003 64bit returns error message:
c:\program files (x86)\sumatrapdf\sumatrapdf.exe not valid win32 application. i have found examples on internet of others having issue when compiling applications using vse2012 , have tried follow advice given. being change project platform windows xp (v110_xp) after installing vs service pack 3, have change project configuration type makefile application (.exe) , after testing causes errors during compilation.
i have implemented @hans advice same result.
if can appreciative.
thanks.
nb - have looked @ other questions regarding subject , did not feel supplied me solution, apologies if have overlooked it.
Comments
Post a Comment