C
CVecchioFun
Guest
I'm trying to build a C++ project from command line, I have installed VS2017 community edition (15.9.13) with Windows 10 SDK (10.0.17763.0) but I have the following error about wrong architecture type
"C:\Program Files (x86)\Windows Kits\10\lib\10.0.17763.0\um\x64\gdi32.lib : warning LNK4272: il tipo 'x64' del computer della libreria è in conflitto con il tipo 'x86' del computer di destinazione"
I executed vcvars32.bat script and then nmake command but for some reason the linker is trying to use lib in x64 folder.
Note that from IDE it is working correctly
Continue reading...
"C:\Program Files (x86)\Windows Kits\10\lib\10.0.17763.0\um\x64\gdi32.lib : warning LNK4272: il tipo 'x64' del computer della libreria è in conflitto con il tipo 'x86' del computer di destinazione"
I executed vcvars32.bat script and then nmake command but for some reason the linker is trying to use lib in x64 folder.
Note that from IDE it is working correctly
Continue reading...