Nazgulled Posted July 12, 2004 Posted July 12, 2004 Is it possible to create a VC++ application in Visual Studio .NET (2003) without using the .NET framework? I've read somewhere that every thing coded in .NET will need the .NET framework to run. But I also read some stuff wich I didn't understand correctly, so that's why I'm asking. I have Visual Studio .NET and I'll try a bit of demoscene but I wanted to use Visual Studio .NET IDE to code and not Visual C++ 6, however, I want it work on every system and I don't it to depend on the .NET framework. Is it possible? What I have to do? Quote
*Experts* mutant Posted July 12, 2004 *Experts* Posted July 12, 2004 Create an application using the Win32 project types. Quote
Nazgulled Posted July 12, 2004 Author Posted July 12, 2004 right... lol, I guess that was a bit obvious cause in the menu it says win32 and .net :s I never really looked to the subfolders of project types... thanks. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.