Click here to Skip to main content
16,009,343 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Help with multi-sort Pin
FarPointer31-Mar-06 7:35
FarPointer31-Mar-06 7:35 
GeneralRe: Help with multi-sort Pin
Maximilien31-Mar-06 10:16
Maximilien31-Mar-06 10:16 
GeneralRe: Help with multi-sort Pin
Kurt _B31-Mar-06 7:23
Kurt _B31-Mar-06 7:23 
GeneralRe: Help with multi-sort Pin
David Crow31-Mar-06 7:38
David Crow31-Mar-06 7:38 
GeneralRe: Help with multi-sort Pin
FarPointer31-Mar-06 7:43
FarPointer31-Mar-06 7:43 
QuestionCallback to MFC App from MFC DLL Pin
b_p_smith31-Mar-06 5:48
b_p_smith31-Mar-06 5:48 
AnswerRe: Callback to MFC App from MFC DLL Pin
Kurt _B31-Mar-06 6:05
Kurt _B31-Mar-06 6:05 
GeneralRe: Callback to MFC App from MFC DLL Pin
b_p_smith31-Mar-06 6:26
b_p_smith31-Mar-06 6:26 
That was rather the approach I was thinking of. But the class (let's call it CCallback) needs to have knowledge of a fair amount of the main app (ie. the implementation of CCallback requires a fair number of #includes from other app classes that the DLL need not know about).

I might just not be looking at this from the right angle (I've been dealing with COM stuff for so long that I've probably lost sight of the basics). But I have my CCallback.h, which I #include in the DLL code so it knows what my class looks like. That's fine for compiling, but the linker complains about all the unresolved externals.
GeneralRe: Callback to MFC App from MFC DLL Pin
Kurt _B31-Mar-06 6:31
Kurt _B31-Mar-06 6:31 
GeneralRe: Callback to MFC App from MFC DLL Pin
b_p_smith31-Mar-06 6:41
b_p_smith31-Mar-06 6:41 
GeneralRe: Callback to MFC App from MFC DLL Pin
Kurt _B31-Mar-06 6:45
Kurt _B31-Mar-06 6:45 
GeneralRe: Callback to MFC App from MFC DLL Pin
b_p_smith31-Mar-06 7:14
b_p_smith31-Mar-06 7:14 
GeneralRe: Callback to MFC App from MFC DLL Pin
Kurt _B31-Mar-06 7:21
Kurt _B31-Mar-06 7:21 
GeneralRe: Callback to MFC App from MFC DLL Pin
b_p_smith31-Mar-06 8:01
b_p_smith31-Mar-06 8:01 
QuestionAfxLoadLibrary problems Pin
netsharq31-Mar-06 5:39
netsharq31-Mar-06 5:39 
AnswerRe: AfxLoadLibrary problems Pin
David Crow31-Mar-06 5:49
David Crow31-Mar-06 5:49 
GeneralRe: AfxLoadLibrary problems Pin
netsharq31-Mar-06 6:19
netsharq31-Mar-06 6:19 
GeneralRe: AfxLoadLibrary problems Pin
David Crow31-Mar-06 7:07
David Crow31-Mar-06 7:07 
GeneralRe: AfxLoadLibrary problems Pin
netsharq31-Mar-06 7:23
netsharq31-Mar-06 7:23 
GeneralRe: AfxLoadLibrary problems Pin
David Crow31-Mar-06 7:42
David Crow31-Mar-06 7:42 
GeneralRe: AfxLoadLibrary problems Pin
netsharq31-Mar-06 8:00
netsharq31-Mar-06 8:00 
GeneralRe: AfxLoadLibrary problems Pin
David Crow31-Mar-06 8:09
David Crow31-Mar-06 8:09 
GeneralRe: AfxLoadLibrary problems Pin
netsharq31-Mar-06 8:30
netsharq31-Mar-06 8:30 
GeneralRe: AfxLoadLibrary problems Pin
David Crow31-Mar-06 8:39
David Crow31-Mar-06 8:39 
GeneralRe: AfxLoadLibrary problems Pin
netsharq31-Mar-06 9:20
netsharq31-Mar-06 9:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.