create a standlone application with VS.NET2005

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
 
J

Jochen Kalmbach [MVP]

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/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top