Good MFC source sites:
www.codeguru.com
www.codeproject.com
And MFC encapsulates Win32 messaging with macros, you''re using the exact same system with less hassle... About portability: No, MFC isn''t portable, neither is Win32.
The C++ vs Assembler argument is slightly pointless here, MFC is not a different language, it''s a wrapper-set of classes around the Win32 API to provide for often-used functionality.
#pragma DWIM // Do What I Mean!
~ Mad Keith ~
**I use Software Mode**