visual studio and .NET
-
hi i know .net prtoducts need to have the framework platform.. if i have "Visual Studio 2005" can i write c++ programs that will not be needing the Framework? i just want to be able to have a small deployment package.. no framework needed. my programs have forms, handles some hookings and using a system tray icon. what kind of NEW projetc to i need to open in VS 2005 so i can do all of that? or maybe VS2005 can not make a package that doesnt use framework? thanks alot. Ran. R.Z
-
hi i know .net prtoducts need to have the framework platform.. if i have "Visual Studio 2005" can i write c++ programs that will not be needing the Framework? i just want to be able to have a small deployment package.. no framework needed. my programs have forms, handles some hookings and using a system tray icon. what kind of NEW projetc to i need to open in VS 2005 so i can do all of that? or maybe VS2005 can not make a package that doesnt use framework? thanks alot. Ran. R.Z
You can still write native C++ apps that do not use the .Net Framework. --Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | NEW!! PimpFish | CP SearchBar v3.0 | C++ Forum FAQ There is a saying in statistics that a million monkeys pounding on typewriters would eventually create a work of Shakespeare. Thanks to the Internet, we now know that this is not true.
-
You can still write native C++ apps that do not use the .Net Framework. --Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | NEW!! PimpFish | CP SearchBar v3.0 | C++ Forum FAQ There is a saying in statistics that a million monkeys pounding on typewriters would eventually create a work of Shakespeare. Thanks to the Internet, we now know that this is not true.
-
I haven't used 2005 yet but IIRC in 2003 the .Net projects all had ".NET" in the name. --Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | NEW!! PimpFish | CP SearchBar v3.0 | C++ Forum FAQ
-
All C++ .NET projects in VS2005 come under the sub-heading 'CLR'. The other sub-headings are ATL, General, MFC, Smart Device and Win32 (I've got WTL as well, but that's 'cos I've installed it). So, I think you'd likely want Win32
-
All C++ .NET projects in VS2005 come under the sub-heading 'CLR'. The other sub-headings are ATL, General, MFC, Smart Device and Win32 (I've got WTL as well, but that's 'cos I've installed it). So, I think you'd likely want Win32