VC++ Win32 and Framework question.

  • Thread starter Thread starter mutant
  • Start date Start date
M

mutant

Guest
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?
 
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.
 
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 !!
 
Back
Top