CompuServe Messages

ODBC Class from Non-MFC

    12-Jul-94 04:08:29
Sb: #29440-ODBC Class from Non-MFC
Fm: Steve Roeder [MSFT] 72262,1602
To: Doug Breuninger 75310,3411
Hi Doug, <<The problem appears to be that the MFC (inherited) code assumes the entire application was developed under solely under MFC and dies with a GP fault. Is there any way around this problem?>> I don't understand… It did not link right? The next part of you message describes a bunch of link errors, how did you get a GP fault? Where does the GP fault occur? <<C:\MSVC\MFC\LIB\lafxcwd.lib(afxinl3.cpp) : error L2029: 'DRAGACCEPTFILES' : unresolved external C:\MSVC\MFC\LIB\lafxcwd.lib(winfrm.cpp) : error L2029: 'DRAGFINISH' : unresolved external C:\MSVC\MFC\LIB\lafxcwd.lib(winfrm.cpp) : error L2029: 'DRAGQUERYFILE' : unresolved external>> These functions are defined in one of the Windows libraries: SHELL.LIB. Make sure you include it. Steve Roeder Microsoft Developers Support