Click here to Skip to main content
15,921,941 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: page fault Pin
Hamid_RT10-Jan-08 19:59
Hamid_RT10-Jan-08 19:59 
GeneralRe: page fault Pin
George_George10-Jan-08 20:02
George_George10-Jan-08 20:02 
GeneralRe: page fault Pin
Hamid_RT10-Jan-08 20:49
Hamid_RT10-Jan-08 20:49 
GeneralRe: page fault Pin
George_George10-Jan-08 20:50
George_George10-Jan-08 20:50 
GeneralRe: page fault Pin
Hamid_RT10-Jan-08 21:10
Hamid_RT10-Jan-08 21:10 
GeneralRe: page fault Pin
David Crow10-Jan-08 2:43
David Crow10-Jan-08 2:43 
GeneralRe: page fault Pin
George_George10-Jan-08 2:53
George_George10-Jan-08 2:53 
Generalproblem with named pipes Pin
vasu_ever9-Jan-08 18:56
professionalvasu_ever9-Jan-08 18:56 
GeneralRe: problem with named pipes Pin
Member 75496010-Jan-08 4:05
Member 75496010-Jan-08 4:05 
GeneralDialog creation in win32 dll failed [modified] Pin
narayanagvs9-Jan-08 18:54
narayanagvs9-Jan-08 18:54 
GeneralRe: Dialog creation in win32 dll failed Pin
Hamid_RT9-Jan-08 19:03
Hamid_RT9-Jan-08 19:03 
GeneralRe: Dialog creation in win32 dll failed Pin
narayanagvs9-Jan-08 20:23
narayanagvs9-Jan-08 20:23 
QuestionCStringArray variable to CString variable Pin
ciiiek9-Jan-08 16:56
ciiiek9-Jan-08 16:56 
GeneralRe: CStringArray variable to CString variable Pin
Nishad S9-Jan-08 18:48
Nishad S9-Jan-08 18:48 
GeneralRe: CStringArray variable to CString variable Pin
Hamid_RT9-Jan-08 19:27
Hamid_RT9-Jan-08 19:27 
GeneralRe: CStringArray variable to CString variable Pin
Rajesh R Subramanian9-Jan-08 21:19
professionalRajesh R Subramanian9-Jan-08 21:19 
QuestionWhy DROPEFFECT_NONE doesn't work when type is CF_HDROP ? Pin
faulfish9-Jan-08 16:05
faulfish9-Jan-08 16:05 
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]


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.