Click here to Skip to main content
15,890,579 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Beginner Pin
Kerem Guemruekcue19-Nov-07 2:40
Kerem Guemruekcue19-Nov-07 2:40 
AnswerRe: Beginner Pin
Johpoke19-Nov-07 2:44
Johpoke19-Nov-07 2:44 
AnswerRe: Beginner Pin
chandu00419-Nov-07 3:02
chandu00419-Nov-07 3:02 
AnswerRe: Beginner Pin
Hamid_RT19-Nov-07 3:48
Hamid_RT19-Nov-07 3:48 
QuestionHow do I call an instance method from an exported method in a MFC DLL? Pin
arnold_w19-Nov-07 0:24
arnold_w19-Nov-07 0:24 
GeneralRe: How do I call an instance method from an exported method in a MFC DLL? Pin
Matthew Faithfull19-Nov-07 0:32
Matthew Faithfull19-Nov-07 0:32 
GeneralRe: How do I call an instance method from an exported method in a MFC DLL? Pin
arnold_w19-Nov-07 1:02
arnold_w19-Nov-07 1:02 
QuestionRe: How do I call an instance method from an exported method in a MFC DLL? Pin
Matthew Faithfull19-Nov-07 1:07
Matthew Faithfull19-Nov-07 1:07 
??That doesn't sound right. What exactly does the Debug Assertion say. Is is occuring in MethodIwouldLikeToInvoke? I guess it must be. In which case you have another problem, your call is working but something else is not.

To export a class member function it must be public and you will need to export the class itself. For an example of how to do this generate a new Dll with the VS2005 Wizard and choose 'Exports Some Symbols'. That will give you a commented example of how to do a variety of exports.

Nothing is exactly what it seems but everything with seems can be unpicked.

AnswerRe: How do I call an instance method from an exported method in a MFC DLL? Pin
arnold_w19-Nov-07 2:09
arnold_w19-Nov-07 2:09 
QuestionAbout Socket Buffer Pin
manish.patel19-Nov-07 0:12
manish.patel19-Nov-07 0:12 
GeneralRe: About Socket Buffer Pin
Matthew Faithfull19-Nov-07 0:36
Matthew Faithfull19-Nov-07 0:36 
GeneralRe: About Socket Buffer Pin
manish.patel19-Nov-07 0:50
manish.patel19-Nov-07 0:50 
GeneralRe: About Socket Buffer Pin
Matthew Faithfull19-Nov-07 1:03
Matthew Faithfull19-Nov-07 1:03 
GeneralRe: About Socket Buffer Pin
manish.patel19-Nov-07 1:10
manish.patel19-Nov-07 1:10 
AnswerRe: About Socket Buffer Pin
Matthew Faithfull19-Nov-07 1:22
Matthew Faithfull19-Nov-07 1:22 
GeneralRe: About Socket Buffer Pin
Mark Salsbery19-Nov-07 6:36
Mark Salsbery19-Nov-07 6:36 
GeneralRe: About Socket Buffer Pin
Mark Salsbery19-Nov-07 6:40
Mark Salsbery19-Nov-07 6:40 
GeneralRe: About Socket Buffer Pin
Matthew Faithfull19-Nov-07 8:14
Matthew Faithfull19-Nov-07 8:14 
GeneralRe: About Socket Buffer Pin
Mark Salsbery19-Nov-07 8:24
Mark Salsbery19-Nov-07 8:24 
QuestionTemplate without any content Pin
George_George18-Nov-07 23:57
George_George18-Nov-07 23:57 
AnswerRe: Template without any content Pin
Nelek19-Nov-07 0:25
protectorNelek19-Nov-07 0:25 
GeneralRe: Template without any content Pin
George_George19-Nov-07 1:04
George_George19-Nov-07 1:04 
GeneralRe: Template without any content Pin
Nelek19-Nov-07 1:10
protectorNelek19-Nov-07 1:10 
GeneralRe: Template without any content Pin
George_George19-Nov-07 1:20
George_George19-Nov-07 1:20 
GeneralRe: Template without any content Pin
Nelek19-Nov-07 1:47
protectorNelek19-Nov-07 1:47 

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.