Click here to Skip to main content
15,917,174 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionWindow created by focusing some text Pin
GBag28-Jun-07 1:07
GBag28-Jun-07 1:07 
QuestionFile drag operation Pin
Jhony george28-Jun-07 1:05
Jhony george28-Jun-07 1:05 
QuestionBorland C++ Builder to MS VS 2005 Pin
Tony Teveris28-Jun-07 1:05
Tony Teveris28-Jun-07 1:05 
AnswerRe: Borland C++ Builder to MS VS 2005 Pin
spsharma28-Jun-07 2:25
spsharma28-Jun-07 2:25 
AnswerRe: Borland C++ Builder to MS VS 2005 Pin
led mike28-Jun-07 4:28
led mike28-Jun-07 4:28 
AnswerRe: Borland C++ Builder to MS VS 2005 Pin
StevenS_Dev28-Jun-07 10:39
StevenS_Dev28-Jun-07 10:39 
QuestionHow to use C++ member function from a dll Pin
sawerr28-Jun-07 0:23
sawerr28-Jun-07 0:23 
AnswerRe: How to use C++ member function from a dll Pin
Cedric Moonen28-Jun-07 0:56
Cedric Moonen28-Jun-07 0:56 
sawerr wrote:
After exporting classes how do I access it's member function from another module by using run time dynamic linking (LoadLibrary, GetProcAddress...)?


You won't be able to import classes using explicit linking (meaning by using LoadLibrary and GetProcAddress). Instead you need to use implicit linking: link to the lib file that was generated with the dll and include the header file in which the class is declared (in that case, you need to import the class).

There is a bunch of articles here[^] to help you.


Cédric Moonen
Software developer

Charting control [v1.2]

GeneralRe: How to use C++ member function from a dll Pin
toxcct28-Jun-07 1:49
toxcct28-Jun-07 1:49 
GeneralRe: How to use C++ member function from a dll Pin
Roger Stoltz28-Jun-07 1:58
Roger Stoltz28-Jun-07 1:58 
GeneralRe: How to use C++ member function from a dll Pin
toxcct28-Jun-07 2:02
toxcct28-Jun-07 2:02 
GeneralRe: How to use C++ member function from a dll Pin
Cedric Moonen28-Jun-07 2:12
Cedric Moonen28-Jun-07 2:12 
GeneralRe: How to use C++ member function from a dll Pin
sawerr28-Jun-07 2:19
sawerr28-Jun-07 2:19 
GeneralRe: How to use C++ member function from a dll Pin
Cedric Moonen28-Jun-07 2:25
Cedric Moonen28-Jun-07 2:25 
GeneralRe: How to use C++ member function from a dll Pin
toxcct28-Jun-07 2:31
toxcct28-Jun-07 2:31 
GeneralRe: How to use C++ member function from a dll Pin
toxcct28-Jun-07 2:28
toxcct28-Jun-07 2:28 
QuestionInitModalIndirect() for dialog without resorces Pin
prithaa28-Jun-07 0:11
prithaa28-Jun-07 0:11 
AnswerRe: InitModalIndirect() for dialog without resorces Pin
Jhony george28-Jun-07 1:11
Jhony george28-Jun-07 1:11 
GeneralRe: InitModalIndirect() for dialog without resorces Pin
prithaa28-Jun-07 17:19
prithaa28-Jun-07 17:19 
AnswerRe: InitModalIndirect() for dialog without resorces Pin
Nibu babu thomas28-Jun-07 1:28
Nibu babu thomas28-Jun-07 1:28 
AnswerRe: InitModalIndirect() for dialog without resorces Pin
Hamid_RT28-Jun-07 4:11
Hamid_RT28-Jun-07 4:11 
GeneralRe: InitModalIndirect() for dialog without resorces Pin
prithaa28-Jun-07 21:07
prithaa28-Jun-07 21:07 
QuestionGetting transparent icons out of CImageList ? Pin
Electronic7528-Jun-07 0:09
Electronic7528-Jun-07 0:09 
AnswerRe: Getting transparent icons out of CImageList ? Pin
Mark Salsbery28-Jun-07 6:55
Mark Salsbery28-Jun-07 6:55 
GeneralRe: Getting transparent icons out of CImageList ? Pin
Electronic7528-Jun-07 7:57
Electronic7528-Jun-07 7: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.