CompuServe Messages

MFC 2.5 Port

    08-Jul-94 21:55:42
Sb: #30043-MFC 2.5 Port
Fm: George Garner 74507,465
To: JOHN H. PRYOR 73754,3351
I ported MFC 2.5 to target NT 3.5 with relatively little difficulty. Both the Windows NT SDK beta and Visual C ++ 1.1 have a porting tool that may be of help to you. The ODBC code will recompile for 32 bits with only minor changes (there were a few casts [as I remember it. Also, you can use the the __declspec(thread) attribute to get a thread local exception context, and windows message hook. /exit