Post

 Resources 

Console


RE: MFC Torsten Damberg (15 replies, 0 views) (2000-Jun-14)
-
Sorry for this, but VB does use the MFC library. Yes, it has no dependency to the DLLs, that's because they are statically linked to the VB runtime dll. That's one reason why this dll is so big. I heard that on an official Microsoft advanced developer conference (the ADC). For the use of MFC: You can love it or you can hate it. If you want to write games, you don't need it, because you only need one simple window for fullscreen games and that can easily be created by "normal" windows API calls. (Look in the DX SDK for samples) If you want to develop real windowed applications you should use it, because it is easier to do the most things with it. The only thing you can really miss are the wizards of VC++ Studio. Yes they are O.K. if you initially create your mainframe, but you will get stuck if you want to do special things. Once you have edited your C++ code "by hand" the wizards will get dizzy and you can forget them. If you want to create modern programs (except games) there are also other things you should drop an eye on: ATL (Active Template Library) and of course the VC++ implementation of COM/DCOM on COM+. So the main question is: What do you want to develop? Games? (You are here on a game programming page) => you don't need MFC. Apps? (You want to do that in C++?) => If you use massively windows and standard GUI components, learn MFC, use it and learn hating it. ;) There are good and bad arguments for every thing in this world =)


-
Up One Level | Back to Forum

RE: MFC Jack Hoxley (14 replies) (2000-Jun-14)
RE: MFC Minion (13 replies) (2000-Jun-14)
RE: MFC Jack Hoxley (12 replies) (2000-Jun-14)
uhh.. Warder (8 replies) (2000-Jun-14)
You can't use DX in ASM n/t LazE (6 replies) (2000-Jun-14)
RE: You can't use DX in ASM n/t Minion (5 replies) (2000-Jun-14)
RE: You can't use DX in ASM n/t David Goodlad (4 replies) (2000-Jun-14)
RE: You can't use DX in ASM n/t Jack Hoxley (3 replies) (2000-Jun-15)
RE: You can't use DX in ASM n/t David Goodlad (2 replies) (2000-Jun-15)
and LONG *L* *NT* Lynx of CP (0 replies) (2000-Jun-15)
RE: You can't use DX in ASM n/t Jack Hoxley (0 replies) (2000-Jun-16)
RE: uhh.. Jack Hoxley (0 replies) (2000-Jun-15)
RE: MFC Minion (2 replies) (2000-Jun-14)
RE: MFC The Gilb (0 replies) (2000-Jun-15)
RE: MFC Jack Hoxley (0 replies) (2000-Jun-15)

Copyright © 2002 - 2004 Eric Coleman, Peter Kuchnio , et. al.
There have been 65 visitors within the last 20 minutes
RSS News Feed