I am using Microsoft Visual Studio Community 2019 Versión 16.6.3
Is the executable 64 bits? how to know, is there a C/C++/boost instruction to know the version of the compiled process?
How to set MVS IDE to output executable either 32 bit or 64 bit, is it possible?
I know that any CPU will give you a 64 bit process on win64; I need to load load a 32 bits DLL.
how can I force a 'x86' to a 32 bits process which has no issues loading 32 bits DLLs.