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