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

C / C++ / MFC

 
GeneralRe: Virtual function in DLL Pin
CPallini10-May-10 3:22
mveCPallini10-May-10 3:22 
GeneralRe: Virtual function in DLL Pin
john563210-May-10 3:36
john563210-May-10 3:36 
GeneralRe: Virtual function in DLL Pin
Richard MacCutchan10-May-10 3:49
mveRichard MacCutchan10-May-10 3:49 
GeneralRe: Virtual function in DLL Pin
CPallini10-May-10 4:03
mveCPallini10-May-10 4:03 
GeneralRe: Virtual function in DLL Pin
john563210-May-10 3:45
john563210-May-10 3:45 
GeneralRe: Virtual function in DLL Pin
Cedric Moonen10-May-10 3:57
Cedric Moonen10-May-10 3:57 
GeneralRe: Virtual function in DLL Pin
john563210-May-10 4:18
john563210-May-10 4:18 
GeneralRe: Virtual function in DLL Pin
Cedric Moonen10-May-10 4:31
Cedric Moonen10-May-10 4:31 
You can't use LoadLibrary and GetProcAddress to call a method from a class.
Your only option would be to call a function which instantiate the class and returns it, but it doesn't make a lot of sense. And what does it have to do with virtual function anyway ?
I really think you need to read more about C++ basics like classes. It seems you are missing some important concepts here and it's almost impossible to help you.
Cédric Moonen
Software developer

Charting control [v3.0]
OpenGL game tutorial in C++

GeneralRe: Virtual function in DLL Pin
john563210-May-10 5:52
john563210-May-10 5:52 
GeneralRe: Virtual function in DLL Pin
Cedric Moonen10-May-10 7:29
Cedric Moonen10-May-10 7:29 
AnswerRe: Virtual function in DLL Pin
Iain Clarke, Warrior Programmer10-May-10 0:59
Iain Clarke, Warrior Programmer10-May-10 0:59 
QuestionTranscoding using ffmpeg Pin
gmallax9-May-10 22:37
gmallax9-May-10 22:37 
AnswerRe: Transcoding using ffmpeg Pin
Code-o-mat9-May-10 23:13
Code-o-mat9-May-10 23:13 
GeneralRe: Transcoding using ffmpeg Pin
gmallax10-May-10 0:24
gmallax10-May-10 0:24 
GeneralRe: Transcoding using ffmpeg Pin
Code-o-mat10-May-10 0:34
Code-o-mat10-May-10 0:34 
GeneralRe: Transcoding using ffmpeg Pin
gmallax10-May-10 0:37
gmallax10-May-10 0:37 
Questionread data from modem Pin
A_Fa9-May-10 21:50
A_Fa9-May-10 21:50 
AnswerRe: read data from modem Repost Pin
Richard MacCutchan9-May-10 22:02
mveRichard MacCutchan9-May-10 22:02 
QuestionVC 2008 problem Pin
Member 36537519-May-10 21:38
Member 36537519-May-10 21:38 
AnswerRe: VC 2008 problem Pin
Richard MacCutchan9-May-10 22:00
mveRichard MacCutchan9-May-10 22:00 
GeneralRe: VC 2008 problem Pin
Member 365375110-May-10 0:44
Member 365375110-May-10 0:44 
GeneralRe: VC 2008 problem Pin
Richard MacCutchan10-May-10 1:18
mveRichard MacCutchan10-May-10 1:18 
GeneralRe: VC 2008 problem Pin
peterchen10-May-10 2:19
peterchen10-May-10 2:19 
GeneralRe: VC 2008 problem Pin
Tim Craig10-May-10 10:04
Tim Craig10-May-10 10:04 
GeneralRe: VC 2008 problem Pin
Abin10-May-10 15:57
Abin10-May-10 15:57 

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.