Click here to Skip to main content
15,900,110 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to use loadlibrary function Pin
Ash_VCPP19-Mar-09 2:16
Ash_VCPP19-Mar-09 2:16 
GeneralRe: How to use loadlibrary function Pin
Cedric Moonen19-Mar-09 2:21
Cedric Moonen19-Mar-09 2:21 
GeneralRe: How to use loadlibrary function Pin
Ash_VCPP19-Mar-09 2:48
Ash_VCPP19-Mar-09 2:48 
GeneralRe: How to use loadlibrary function Pin
Cedric Moonen19-Mar-09 3:00
Cedric Moonen19-Mar-09 3:00 
GeneralRe: How to use loadlibrary function Pin
Ash_VCPP19-Mar-09 3:10
Ash_VCPP19-Mar-09 3:10 
GeneralRe: How to use loadlibrary function Pin
Cedric Moonen19-Mar-09 3:14
Cedric Moonen19-Mar-09 3:14 
GeneralRe: How to use loadlibrary function Pin
Ash_VCPP19-Mar-09 3:22
Ash_VCPP19-Mar-09 3:22 
GeneralRe: How to use loadlibrary function Pin
Cedric Moonen19-Mar-09 3:29
Cedric Moonen19-Mar-09 3:29 
For the future, please read and try to understand the replies people give you. Look at the lenght of this discussion, it's crazy...

If you want to use classes from a dll, you need to use an import library. It's not possible via the LoadLibrary/GetProcAddress functions.
An import library is the .lib file that is generated with your dll.

Cédric Moonen
Software developer

Charting control [v1.5]
OpenGL game tutorial in C++

GeneralRe: How to use loadlibrary function Pin
David Crow19-Mar-09 3:15
David Crow19-Mar-09 3:15 
GeneralRe: How to use loadlibrary function Pin
David Crow19-Mar-09 3:14
David Crow19-Mar-09 3:14 
GeneralRe: How to use loadlibrary function Pin
Ash_VCPP19-Mar-09 3:20
Ash_VCPP19-Mar-09 3:20 
GeneralRe: How to use loadlibrary function Pin
Cedric Moonen19-Mar-09 3:32
Cedric Moonen19-Mar-09 3:32 
GeneralRe: How to use loadlibrary function Pin
Ash_VCPP19-Mar-09 3:49
Ash_VCPP19-Mar-09 3:49 
GeneralRe: How to use loadlibrary function Pin
led mike19-Mar-09 4:27
led mike19-Mar-09 4:27 
GeneralRe: How to use loadlibrary function Pin
Cedric Moonen19-Mar-09 4:39
Cedric Moonen19-Mar-09 4:39 
GeneralRe: How to use loadlibrary function Pin
led mike19-Mar-09 6:57
led mike19-Mar-09 6:57 
AnswerRe: How to use loadlibrary function Pin
#realJSOP19-Mar-09 3:36
professional#realJSOP19-Mar-09 3:36 
QuestionRe: How to use loadlibrary function Pin
CPallini19-Mar-09 3:53
mveCPallini19-Mar-09 3:53 
AnswerRe: How to use loadlibrary function Pin
Ash_VCPP19-Mar-09 4:08
Ash_VCPP19-Mar-09 4:08 
GeneralRe: How to use loadlibrary function Pin
led mike19-Mar-09 4:26
led mike19-Mar-09 4:26 
QuestionRe: How to use loadlibrary function Pin
CPallini19-Mar-09 7:14
mveCPallini19-Mar-09 7:14 
GeneralRe: How to use loadlibrary function Pin
bulg19-Mar-09 8:59
bulg19-Mar-09 8:59 
GeneralRe: How to use loadlibrary function Pin
Snorri Kristjansson21-Mar-09 1:10
professionalSnorri Kristjansson21-Mar-09 1:10 
QuestionHow to get a port number bound to a given socket using function other than getsockname() Pin
Gajendra Sharma19-Mar-09 0:55
Gajendra Sharma19-Mar-09 0:55 
QuestionRe: How to get a port number bound to a given socket using function other than getsockname() Pin
«_Superman_»19-Mar-09 1:05
professional«_Superman_»19-Mar-09 1:05 

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.