I am using a 64 bit VS-2008 compiler to compile the code and it generates 64 bit binaries.But I have a one module which should be built to generate 32 bit binaries.
Is it possible to compile and generate 32 bit binaries using 64 bit compiler.
If Yes, then what option we need to specify so that at runtime the 64 bit compiler consider the code as 32 bit and generates 32 bit binaries.
P.S.: I am using VS 2008 compiler (amd64/Bin/cl.exe). I specify the compiler at first(i.e. 64 bit) and then compile my all the modules.
Thanks, Nikhil