Click here to Skip to main content
16,005,734 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Focus Pin
KaЯl23-Jul-03 2:13
KaЯl23-Jul-03 2:13 
GeneralRe: Focus Pin
KaЯl23-Jul-03 5:30
KaЯl23-Jul-03 5:30 
GeneralRe: Focus Pin
KaЯl23-Jul-03 5:37
KaЯl23-Jul-03 5:37 
GeneralDLL and Static Library Doubt Pin
Richard Lewis22-Jul-03 19:57
Richard Lewis22-Jul-03 19:57 
GeneralRe: DLL and Static Library Doubt Pin
Toni7822-Jul-03 20:19
Toni7822-Jul-03 20:19 
GeneralRe: DLL and Static Library Doubt Pin
Richard Lewis22-Jul-03 22:30
Richard Lewis22-Jul-03 22:30 
GeneralRe: DLL and Static Library Doubt Pin
Toni7822-Jul-03 23:08
Toni7822-Jul-03 23:08 
GeneralSomething to read Pin
Toni7822-Jul-03 23:12
Toni7822-Jul-03 23:12 
Okay, maybe this might help you a little bit more. I just got it from MSDN.

"Types of Dynamic Linking

There are two methods for calling a function in a DLL:

In load-time dynamic linking, a module makes explicit calls to exported DLL functions as if they were local functions. This requires you to link the module with the import library for the DLL that contains the functions. An import library supplies the system with the information needed to load the DLL and locate the exported DLL functions when the application is loaded.

In run-time dynamic linking, a module uses the LoadLibrary or LoadLibraryEx function to load the DLL at run time. After the DLL is loaded, the module calls the GetProcAddress function to get the addresses of the exported DLL functions. The module calls the exported DLL functions using the function pointers returned by GetProcAddress. This eliminates the need for an import library."

// Afterall, I realized that even my comment lines have bugs

When one cannot invent, one must at least improve (in bed).-My latest fortune cookie
GeneralRe: DLL and Static Library Doubt Pin
Iain Clarke, Warrior Programmer22-Jul-03 23:31
Iain Clarke, Warrior Programmer22-Jul-03 23:31 
GeneralRe: DLL and Static Library Doubt Pin
Toni7822-Jul-03 23:51
Toni7822-Jul-03 23:51 
GeneralRe: DLL and Static Library Doubt Pin
Richard Lewis23-Jul-03 0:07
Richard Lewis23-Jul-03 0:07 
GeneralRe: DLL and Static Library Doubt Pin
Iain Clarke, Warrior Programmer23-Jul-03 0:37
Iain Clarke, Warrior Programmer23-Jul-03 0:37 
GeneralRe: DLL and Static Library Doubt Pin
Ryan Binns22-Jul-03 23:46
Ryan Binns22-Jul-03 23:46 
GeneralRe: DLL and Static Library Doubt Pin
Toni7822-Jul-03 23:58
Toni7822-Jul-03 23:58 
GeneralRe: DLL and Static Library Doubt Pin
Ryan Binns23-Jul-03 0:04
Ryan Binns23-Jul-03 0:04 
GeneralRe: DLL and Static Library Doubt Pin
Iain Clarke, Warrior Programmer23-Jul-03 0:00
Iain Clarke, Warrior Programmer23-Jul-03 0:00 
QuestionMaximum number of Edit boxes in a dialog? Pin
spaced_out22-Jul-03 19:55
spaced_out22-Jul-03 19:55 
AnswerRe: Maximum number of Edit boxes in a dialog? Pin
Toni7822-Jul-03 20:35
Toni7822-Jul-03 20:35 
GeneralRe: Maximum number of Edit boxes in a dialog? Pin
spaced_out23-Jul-03 3:35
spaced_out23-Jul-03 3:35 
GeneralRe: Maximum number of Edit boxes in a dialog? Pin
Toni7823-Jul-03 12:38
Toni7823-Jul-03 12:38 
AnswerRe: Maximum number of Edit boxes in a dialog? Pin
Frank K22-Jul-03 22:12
Frank K22-Jul-03 22:12 
GeneralVC++ dialog box Pin
IT_student22-Jul-03 19:38
IT_student22-Jul-03 19:38 
GeneralRe: VC++ dialog box Pin
Bob Stanneveld23-Jul-03 2:15
Bob Stanneveld23-Jul-03 2:15 
Generalextracting frames from mpeg1 Pin
ram_chus22-Jul-03 19:27
ram_chus22-Jul-03 19:27 
GeneralDatabase Creation in Windows2000Prg Pin
ValliS22-Jul-03 18:51
ValliS22-Jul-03 18:51 

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.