Hi,
I have a C++ application that works and compile perfectly. I can execute and debug it via Visual Studio. I would like to know how to compile to an .exe file. Actually under the debug dir there are only .obj file.
How to tell VS to compile it to a single .exe file ?
Thanks.