I need to cross compile using Visual 2005 in Windows 10 to deploy in a Windows NT. I compiled (in WIN10) using the MT Run-Time library and I could execute some applications in windows NT correctly, but now I need to use the MD, instead of the MT. Could I say to the compiler which MD version link against to? using some Macro like WIN32_WINNT or similar?
Thanks!!