Guest mutant Posted February 18, 2003 Posted February 18, 2003 Hi. When I make my program using Win32 template (not managed,just a normal win app) is the framwork still needed to run the program? Quote
*Gurus* divil Posted February 18, 2003 *Gurus* Posted February 18, 2003 If you're compiling your app to MSIL then you will need the framework to run the app, yes. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
Guest mutant Posted February 18, 2003 Posted February 18, 2003 Do you know where to check if it is? I never thought of that. Im asking about this because i dont like the concept of CLR in C++ and I just wanna work with traditional C++ code, and VS.NET IDE is the best. Quote
Guest mutant Posted February 18, 2003 Posted February 18, 2003 Never mind, i used the ILDASM on the exe after building the solution, and it said that the exe does not have valid CLR headers, thanks for giving me the idea of checking that !! 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.