Click here to Skip to main content
15,908,909 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: GetProcAddress fro member function Pin
Paresh Chitte29-Apr-07 21:15
Paresh Chitte29-Apr-07 21:15 
GeneralRe: GetProcAddress fro member function Pin
Stephen Hewitt29-Apr-07 21:17
Stephen Hewitt29-Apr-07 21:17 
GeneralRe: GetProcAddress fro member function Pin
Paresh Chitte29-Apr-07 21:26
Paresh Chitte29-Apr-07 21:26 
GeneralRe: GetProcAddress fro member function Pin
Stephen Hewitt29-Apr-07 21:43
Stephen Hewitt29-Apr-07 21:43 
GeneralRe: GetProcAddress fro member function Pin
Paresh Chitte29-Apr-07 22:25
Paresh Chitte29-Apr-07 22:25 
AnswerRe: GetProcAddress fro member function Pin
Stephen Hewitt29-Apr-07 21:45
Stephen Hewitt29-Apr-07 21:45 
GeneralRe: GetProcAddress fro member function Pin
vibindia29-Apr-07 22:26
vibindia29-Apr-07 22:26 
GeneralRe: GetProcAddress fro member function Pin
Stephen Hewitt29-Apr-07 22:31
Stephen Hewitt29-Apr-07 22:31 
This will not help as it stands. The DLL contains the class’s functions and the EXE (what loads the DLL and wants to call into it) will contain the class definition only (no function definitions). You still need the addresses of the functions of the class in the DLL; you’ve only got the address of the class itself. You can get around this by using virtual functions however.


Steve

GeneralRe: GetProcAddress fro member function Pin
Paresh Chitte29-Apr-07 22:51
Paresh Chitte29-Apr-07 22:51 
AnswerRe: GetProcAddress fro member function Pin
twhall22-Jan-10 12:22
twhall22-Jan-10 12:22 
QuestionON_LBUTTONDOWN Pin
Vancouver29-Apr-07 18:13
Vancouver29-Apr-07 18:13 
AnswerRe: ON_LBUTTONDOWN Pin
_AnsHUMAN_ 29-Apr-07 18:20
_AnsHUMAN_ 29-Apr-07 18:20 
GeneralRe: ON_LBUTTONDOWN Pin
Vancouver29-Apr-07 19:38
Vancouver29-Apr-07 19:38 
GeneralRe: ON_LBUTTONDOWN Pin
PJ Arends29-Apr-07 21:19
professionalPJ Arends29-Apr-07 21:19 
GeneralRe: ON_LBUTTONDOWN Pin
Vancouver30-Apr-07 5:00
Vancouver30-Apr-07 5:00 
GeneralRe: ON_LBUTTONDOWN Pin
Mark Salsbery30-Apr-07 8:07
Mark Salsbery30-Apr-07 8:07 
GeneralRe: ON_LBUTTONDOWN Pin
Vancouver30-Apr-07 8:42
Vancouver30-Apr-07 8:42 
QuestionRe: ON_LBUTTONDOWN Pin
Mark Salsbery30-Apr-07 8:49
Mark Salsbery30-Apr-07 8:49 
AnswerRe: ON_LBUTTONDOWN Pin
Vancouver30-Apr-07 11:12
Vancouver30-Apr-07 11:12 
GeneralRe: ON_LBUTTONDOWN Pin
Mark Salsbery30-Apr-07 11:34
Mark Salsbery30-Apr-07 11:34 
GeneralRe: ON_LBUTTONDOWN Pin
Vancouver30-Apr-07 11:59
Vancouver30-Apr-07 11:59 
GeneralRe: ON_LBUTTONDOWN Pin
Mark Salsbery30-Apr-07 12:12
Mark Salsbery30-Apr-07 12:12 
QuestionExporting custom control via DLL Pin
alex.barylski29-Apr-07 18:10
alex.barylski29-Apr-07 18:10 
AnswerRe: Exporting custom control via DLL Pin
_AnsHUMAN_ 29-Apr-07 18:28
_AnsHUMAN_ 29-Apr-07 18:28 
Questionlist control and selected records Pin
hero199529-Apr-07 17:22
hero199529-Apr-07 17:22 

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.