Click here to Skip to main content
16,004,977 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: import a class from dll Pin
Nibu babu thomas12-Mar-06 20:07
Nibu babu thomas12-Mar-06 20:07 
GeneralRe: import a class from dll Pin
Naveen12-Mar-06 20:28
Naveen12-Mar-06 20:28 
GeneralRe: import a class from dll Pin
Nibu babu thomas12-Mar-06 20:57
Nibu babu thomas12-Mar-06 20:57 
AnswerRe: import a class from dll Pin
Ryan Binns12-Mar-06 21:55
Ryan Binns12-Mar-06 21:55 
GeneralRe: import a class from dll Pin
Naveen12-Mar-06 22:27
Naveen12-Mar-06 22:27 
GeneralRe: import a class from dll Pin
Ryan Binns12-Mar-06 22:33
Ryan Binns12-Mar-06 22:33 
GeneralRe: import a class from dll Pin
Naveen12-Mar-06 22:49
Naveen12-Mar-06 22:49 
GeneralRe: import a class from dll Pin
Ryan Binns12-Mar-06 22:55
Ryan Binns12-Mar-06 22:55 
Well, if you know the mangled names of all of the methods, you can use GetProcAddress() to get all the method addresses. Just remember that they have an extra parameter at the beginning - the this pointer.

I would strongly recommend that you never do this. It's a horrible hack and prone to lots of problems.

Ryan
"Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

QuestionDriver Licence test in VC++ Pin
Gourav Agarwal12-Mar-06 18:48
Gourav Agarwal12-Mar-06 18:48 
AnswerRe: Driver Licence test in VC++ Pin
normanS12-Mar-06 23:34
normanS12-Mar-06 23:34 
Questionhow to return a string from COM DLL Pin
Mann Khine12-Mar-06 17:55
Mann Khine12-Mar-06 17:55 
AnswerRe: how to return a string from COM DLL Pin
Stephen Hewitt12-Mar-06 18:03
Stephen Hewitt12-Mar-06 18:03 
QuestionHow to write memory Bitmap to BMP file directly? Pin
FleetAdmiral12-Mar-06 16:18
FleetAdmiral12-Mar-06 16:18 
AnswerRe: How to write memory Bitmap to BMP file directly? Pin
includeh1012-Mar-06 16:40
includeh1012-Mar-06 16:40 
AnswerRe: How to write memory Bitmap to BMP file directly? Pin
Naveen12-Mar-06 16:51
Naveen12-Mar-06 16:51 
AnswerRe: How to write memory Bitmap to BMP file directly? Pin
FleetAdmiral12-Mar-06 17:41
FleetAdmiral12-Mar-06 17:41 
GeneralRe: How to write memory Bitmap to BMP file directly? Pin
Hamid_RT12-Mar-06 17:43
Hamid_RT12-Mar-06 17:43 
GeneralRe: How to write memory Bitmap to BMP file directly? Pin
Naveen12-Mar-06 18:15
Naveen12-Mar-06 18:15 
Questionany comment to display the arrangement? Pin
includeh1012-Mar-06 15:48
includeh1012-Mar-06 15:48 
AnswerRe: any comment to display the arrangement? Pin
Anilkumar K V12-Mar-06 19:34
Anilkumar K V12-Mar-06 19:34 
Questionhelp needed urgently Pin
rahulmballal12-Mar-06 14:38
rahulmballal12-Mar-06 14:38 
AnswerRe: help needed urgently Pin
includeh1012-Mar-06 15:51
includeh1012-Mar-06 15:51 
Questionanyone have opticam API? Pin
ChaosDude12-Mar-06 10:51
ChaosDude12-Mar-06 10:51 
AnswerRe: anyone have opticam API? Pin
Divyang Mithaiwala12-Mar-06 17:41
Divyang Mithaiwala12-Mar-06 17:41 
GeneralRe: anyone have opticam API? Pin
ChaosDude12-Mar-06 19:50
ChaosDude12-Mar-06 19:50 

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.