create a standlone application with VS.NET2005

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello
Please, how can I create a standlone application with Visual Studio.NET 2005?
What should I change in compiler options?
Thanks in advance
 
Hi tlemcenvisit!
Please, how can I create a standlone application with Visual Studio.NET 2005?

..NET? or native app (native C++)?
What should I change in compiler options?

If you want to create a native C++ app, then you need to create a
win32-app (for example Console-App).
I also suggest to compile against the static CRT.

--
Greetings
Jochen

My blog about Win32 and .NET
http://blog.kalmbachnet.de/
 
Back
Top