Pavel's Blog

Pavel is a software guy that is interested in almost everything software related... way too much for too little time

Browse by Tags

All Tags » MFC (RSS)
The Return of the Class Wizard
Visual C++ 6 aficionados remember (fondly) the Class Wizard, most useful in MFC applications. The Class Wizard has gone away in later version of Visual Studio (2002, 2003, 2005, 2008), but is now making a smashing return in Visual Studio 2010 (Project menu –> Class Wizard or Ctrl+Shift+X). This has the familiar options (relative to VC++ 6), such as adding/removing message handlers, command and update command handlers, creating new classes, member variables, etc. There are new options, such as...
Update to my Virtual Memory Map Viewer
I’ve uploaded an updated version of my Virtual Memory Map Viewer on CodePlex . This version has both 32 bit and a 64 bit executables, allowing viewing of 64 bit processes (as well as 32 bit). Quite interesting to see those large address spaces… You can download the latest from CodePlex .
Visual C++ 2008 Feature Pack Released
לחובבי MFC ואחרים שמעדיפים לבנות UI עם Native C++... תוך כדי TechEd הוציאה Microsoft את ה-VC++2008 Feature Pack בגרסת ה-release. גרסה זו כוללת הרחבה לספריית MFC הותיקה, עם תוספות משמעותיות לבנייה של UI בסגנון Office 2007 ו-Visual Studio, כלומר docking panes, ribbon ועוד. הנה הלינק להורדה. חבל שנושאים כאלה כבר לא נמצאים בכנסים כמו טקאד.
MFC לכל אוהבי
ללא ספק עם כניסת ה-.NET לחיי הפיתוח, נזנחו במידה מסוימת לפחות טכנולוגיות Native, כגון MFC. MFC לא התקדם כמעט בכלום מאז גרסה 6 (שהגיעה עם Visual C++ 6). בגרסה החדשה ביותר (9) זו שמגיעה עם Visual Studio 2008 לא שונו דברים משמעותיים. הדבר העיקרי שהשתפר הוא התמיכה ל Look & Feel של ויסטה (למשל CFileDialog מציג את הגרסה החדשה של ויסטה ולא הגרסה הישנה). כל מי שרצה לעשות דברים יותר מודרניים עם ה-UI נאלץ לכתוב הרבה קוד בעצמו, או לקנות חבילה כזו או אחרת שמרחיבה את MFC (או משתמשת ב-ActiveX Controls). בשורות...