Click here to Skip to main content
15,905,566 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralDLL's and functions/varaibles Pin
ForNow9-Jan-08 15:51
ForNow9-Jan-08 15:51 
GeneralRe: DLL's and functions/varaibles Pin
Naveen9-Jan-08 16:20
Naveen9-Jan-08 16:20 
GeneralRe: DLL's and functions/varaibles Pin
ForNow9-Jan-08 16:25
ForNow9-Jan-08 16:25 
GeneralRe: DLL's and functions/varaibles Pin
Naveen9-Jan-08 16:39
Naveen9-Jan-08 16:39 
GeneralRe: DLL's and functions/varaibles Pin
ForNow9-Jan-08 17:20
ForNow9-Jan-08 17:20 
GeneralRe: DLL's and functions/varaibles Pin
Naveen9-Jan-08 17:24
Naveen9-Jan-08 17:24 
GeneralRe: DLL's and functions/varaibles Pin
ForNow9-Jan-08 17:27
ForNow9-Jan-08 17:27 
GeneralRe: DLL's and functions/varaibles Pin
CPallini9-Jan-08 20:56
mveCPallini9-Jan-08 20:56 
Well, it is not so funny, roughly speaking:
(1) When you build the application, the linker uses the lib file to place only calling info to DLL functions inside application executable.
(2) When you run the executable the loader needs to find the DLL and make the calls
become effective glued to actual DLL functions.

The OS has well definite strategy to find DLLs, see http://msdn2.microsoft.com/en-us/library/ms682586(VS.85).aspx[^]

Smile | :)

If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

[my articles]


GeneralRe: DLL's and functions/varaibles Pin
ForNow9-Jan-08 23:23
ForNow9-Jan-08 23:23 
GeneralRe: DLL's and functions/varaibles Pin
toxcct9-Jan-08 22:24
toxcct9-Jan-08 22:24 
JokeRe: DLL's and functions/varaibles Pin
CPallini9-Jan-08 22:50
mveCPallini9-Jan-08 22:50 
GeneralRe: DLL's and functions/varaibles Pin
toxcct9-Jan-08 23:00
toxcct9-Jan-08 23:00 
JokeRe: DLL's and functions/varaibles Pin
CPallini9-Jan-08 23:07
mveCPallini9-Jan-08 23:07 
GeneralRe: DLL's and functions/varaibles Pin
ForNow9-Jan-08 23:24
ForNow9-Jan-08 23:24 
GeneralRe: DLL's and functions/varaibles Pin
David Crow10-Jan-08 2:49
David Crow10-Jan-08 2:49 
QuestionC++ and Databases Pin
Jay Minor9-Jan-08 14:57
Jay Minor9-Jan-08 14:57 
GeneralRe: C++ and Databases Pin
Hamid_RT9-Jan-08 19:00
Hamid_RT9-Jan-08 19:00 
QuestionRe: C++ and Databases Pin
David Crow10-Jan-08 2:50
David Crow10-Jan-08 2:50 
QuestionContext menu for menu Pin
blackbondi9-Jan-08 11:02
blackbondi9-Jan-08 11:02 
GeneralRe: Context menu for menu Pin
Mark Salsbery9-Jan-08 11:22
Mark Salsbery9-Jan-08 11:22 
GeneralRe: Context menu for menu Pin
blackbondi10-Jan-08 1:58
blackbondi10-Jan-08 1:58 
QuestionHow to set a socket's Ethernet adapter? Pin
masnu9-Jan-08 6:37
masnu9-Jan-08 6:37 
GeneralRe: How to set a socket's Ethernet adapter? Pin
Mark Salsbery9-Jan-08 6:53
Mark Salsbery9-Jan-08 6:53 
GeneralRe: How to set a socket's Ethernet adapter? Pin
cmk9-Jan-08 9:45
cmk9-Jan-08 9:45 
QuestionHelp with Driver Development Kit [modified] Pin
tibiz9-Jan-08 5:08
tibiz9-Jan-08 5:08 

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.