Click here to Skip to main content
15,925,255 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionWhy NetMessageBufferSend fail with Net send Options? Pin
23-Nov-00 0:21
suss23-Nov-00 0:21 
GeneralExport Data in MSExcel Pin
23-Nov-00 0:11
suss23-Nov-00 0:11 
GeneralProblem with DHTML Editing component of IE5.5 Pin
Rui Lopes22-Nov-00 21:24
Rui Lopes22-Nov-00 21:24 
GeneralRe: Problem with DHTML Editing component of IE5.5 Pin
23-Nov-00 10:58
suss23-Nov-00 10:58 
GeneralRe: Problem with DHTML Editing component of IE5.5 Pin
Rui Lopes24-Nov-00 2:22
Rui Lopes24-Nov-00 2:22 
GeneralDLL Pin
22-Nov-00 21:08
suss22-Nov-00 21:08 
GeneralRe: DLL Pin
23-Nov-00 5:02
suss23-Nov-00 5:02 
GeneralRe: DLL Pin
23-Nov-00 5:03
suss23-Nov-00 5:03 
HI,

there are two ways of doing it

1. You can link the dll statically, at the compile time and import the functions of the dll. And after that you can use them as any other function calls.

2. Loading the dll explicitley. This allows you to load the dll at the runc time and find the function pointer inside the dll and then invoke the function using the pointer.

Here you have to use WIN32 api
LoadLibrary (..) to load the library
GetProcPtr (...) to get function pointer.
Please refer MSDN or Advanced Windows by Jefry Richer for the above topic. Its described very well there...

Hope this helps you a bit...
Best Regards
Srinidhi Rao.
QuestionAnyone know how to split up an MSDN image into CD images? Pin
Michael Dunn22-Nov-00 19:23
sitebuilderMichael Dunn22-Nov-00 19:23 
QuestionHow come derived class to have smaller size than parent? Pin
22-Nov-00 18:33
suss22-Nov-00 18:33 
AnswerRe: How come derived class to have smaller size than parent? Pin
Christian Graus22-Nov-00 22:56
protectorChristian Graus22-Nov-00 22:56 
QuestionHow to findout the IRQs for Devices Pin
22-Nov-00 11:31
suss22-Nov-00 11:31 
GeneralDestroys device independent bitmaps Pin
22-Nov-00 7:52
suss22-Nov-00 7:52 
GeneralRe: Destroys device independent bitmaps Pin
Christian Graus22-Nov-00 13:14
protectorChristian Graus22-Nov-00 13:14 
GeneralRe: Destroys device independent bitmaps Pin
22-Nov-00 19:59
suss22-Nov-00 19:59 
GeneralRe: Destroys device independent bitmaps Pin
Christian Graus22-Nov-00 23:07
protectorChristian Graus22-Nov-00 23:07 
GeneralVisual C++ on WIN2000 don't work! Pin
22-Nov-00 4:52
suss22-Nov-00 4:52 
GeneralRe: Visual C++ on WIN2000 don't work! Pin
22-Nov-00 5:31
suss22-Nov-00 5:31 
GeneralRe: Visual C++ on WIN2000 don't work! Pin
23-Nov-00 0:11
suss23-Nov-00 0:11 
GeneralRe: Visual C++ on WIN2000 don't work! Pin
Christian Graus22-Nov-00 13:12
protectorChristian Graus22-Nov-00 13:12 
GeneralCOleObjectFactory Pin
RAZ22-Nov-00 0:22
RAZ22-Nov-00 0:22 
GeneralUsing FILE* as paramter to DLL-function fails Pin
Chris Vischer21-Nov-00 23:48
Chris Vischer21-Nov-00 23:48 
GeneralRe: Using FILE* as paramter to DLL-function fails Pin
VitSoft22-Nov-00 0:07
VitSoft22-Nov-00 0:07 
GeneralRe: Using FILE* as paramter to DLL-function fails Pin
22-Nov-00 0:45
suss22-Nov-00 0:45 
GeneralRe: Using FILE* as paramter to DLL-function fails Pin
VitSoft22-Nov-00 1:25
VitSoft22-Nov-00 1:25 

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.