If you have done a program in VC++ 2008, what is the procedure to do a release and a "Finished" program of this.
In the "Form1 Property Pages", I have under General choosed:
Configuration: Release
Platform: Active(Win32)Output Directory: C:\
Intermediate Directory: C:\
When I now compile the application using F7, I thought that the finished release will be under C:\ but nothing is created there when doing this.
I am not sure about the differences of Output Directory and Intermediate Directory either.
I will be happy for the correct procedure how to do it.