Thread: Visual C++ IDE
View Single Post
  #4  
Old 14-02-2006, 11:31
Muji-FightR's Avatar
Muji-FightR Muji-FightR is offline
Registered User
 
Join Date: Apr 2005
Location: beyond belief
Posts: 766
Thanks: 0
Thanked 0 Times in 0 Posts
Muji-FightR is on a distinguished road
Send a message via ICQ to Muji-FightR Send a message via Yahoo to Muji-FightR
Smile

Quote:
Originally Posted by kosmiq
Well IMO Visual Studio .NET is the best. Once you have tried it nothing can really compare IMO.

And about the dll's required for the application developed. If you create .NET apps of apps that uses MFC additional DLL's will be required. Only solution is to either integrate the dll's into the .exe file (thus making the .exe itself huge) or start developing your own window handlers, buttons and whatever you are doing. :-\
I could start coding in C++ .NET but this is exactly what i wanted to avoid:
Actually I started learning C++ because of the power (well, .NET brings a lot of power, too) and the speed of such programs.

@Quall:
Well, problem is: I have the Visual C++ 2005 Express Edition, there is not yet a normal or professional version available.
Unfortunately I can't choose an MFC project, it just gives me the option to create a console app for Win32, everything else (including dll, ...) is only possible using the .NET runtime, thus coding in C++ .NET

I'll have a look at the normal Visual Studio version when it's out... then I'll try your trick

Hey, and thanks for your replies
Reply With Quote