OKAY I FIXED IT.
?
?WHO EVER READS THIS AND WANTS TO COMPILE WITH VS 2022 AND 10.32
?
HERE ARE THE STEPS I USED TO GET IT TO WORK
?
1. Try compiling the "TestCppClient\Debug\TestCppClientStatic.exe "? first. I think all libs are embedded in the .EXE. Bigger file but who cares.
?
2. YOU MUST USE ONLY THE VISUAL STUDIO COMMAND
%comspec% /k "C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\Tools\VsDevCmd.bat"
?
TO COMPILE THE (libbid.lib) :
nmake -fmakefile.mak CC=cl CALL_BY_REF=0 GLOBAL_RND=0 GLOBAL_FLAGS=0 UNCHANGED_BINARY_FLAGS=0
del *.obj
?
Only then it will compile. I tried using older versions from 2019 of NMAKE and it failed!! I tried different toolsets. All failed to compile the floating point library from intel
?
3. YOU MUST SWITCH CONFIGURATION MANAGER TO (PLATFORM WIND32) ITS SET TO X64 BY default AND IT WILL NOT COMPILE. YOU WILL BE MISSING SOME METHODS for Floating.obj
?
?
?
THANK YOU
For pointing me in the right direction
?
Marluv!!
?
?
?
?
?
?