Click here to Skip to main content
15,920,896 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Load order of implicitly linked DLLs Pin
Chris Meech6-Aug-03 3:15
Chris Meech6-Aug-03 3:15 
I doubt that order is going to help you here. All of the implicitly linked DLL's will be loaded before the call to your App's InitInstance takes place. If your program requires to read data from the registry before a DLL is loaded, then you will have to Load/Free the DLL in your code.

Chris Meech

"what makes CP different is the people and sense of community, things people will only discover if they join up and join in." Christian Graus Nov 14, 2002.

Oh and for those that ask programming questions in the lounge. Seek the truth here[^].
GeneralRe: Load order of implicitly linked DLLs Pin
JT Anderson6-Aug-03 11:26
JT Anderson6-Aug-03 11:26 
GeneralMultiple file selection in Windows API Pin
Kayembi6-Aug-03 1:24
Kayembi6-Aug-03 1:24 
GeneralRe: Multiple file selection in Windows API Pin
David Crow6-Aug-03 3:09
David Crow6-Aug-03 3:09 
GeneralRe: Multiple file selection in Windows API Pin
Kayembi6-Aug-03 4:01
Kayembi6-Aug-03 4:01 
GeneralRe: Multiple file selection in Windows API Pin
David Crow6-Aug-03 4:23
David Crow6-Aug-03 4:23 
GeneralRe: Multiple file selection in Windows API Pin
Kayembi6-Aug-03 5:01
Kayembi6-Aug-03 5:01 
GeneralSaving/creating and Loading files Pin
Kayembi6-Aug-03 1:06
Kayembi6-Aug-03 1:06 
GeneralRe: Saving/creating and Loading files Pin
Dangleberry6-Aug-03 1:16
sussDangleberry6-Aug-03 1:16 
GeneralRe: Saving/creating and Loading files Pin
lawrence20006-Aug-03 3:13
lawrence20006-Aug-03 3:13 
GeneralRe: Saving/creating and Loading files Pin
David Crow6-Aug-03 3:19
David Crow6-Aug-03 3:19 
GeneralRe: Saving/creating and Loading files Pin
Kayembi6-Aug-03 4:06
Kayembi6-Aug-03 4:06 
GeneralRe: Saving/creating and Loading files Pin
David Crow6-Aug-03 4:18
David Crow6-Aug-03 4:18 
GeneralRe: Saving/creating and Loading files Pin
Kayembi6-Aug-03 4:45
Kayembi6-Aug-03 4:45 
GeneralRe: Saving/creating and Loading files Pin
David Crow6-Aug-03 4:57
David Crow6-Aug-03 4:57 
GeneralRe: Saving/creating and Loading files Pin
Kayembi6-Aug-03 5:27
Kayembi6-Aug-03 5:27 
GeneralTimer Callback Pin
LittleYellowBird6-Aug-03 0:31
LittleYellowBird6-Aug-03 0:31 
GeneralRe: Timer Callback Pin
Member 4242596-Aug-03 0:41
Member 4242596-Aug-03 0:41 
GeneralRe: Timer Callback Pin
Member 4242596-Aug-03 0:42
Member 4242596-Aug-03 0:42 
GeneralRe: Timer Callback Pin
LittleYellowBird6-Aug-03 1:12
LittleYellowBird6-Aug-03 1:12 
GeneralRe: Timer Callback Pin
ivor bigun6-Aug-03 0:58
ivor bigun6-Aug-03 0:58 
GeneralRe: Timer Callback Pin
LittleYellowBird6-Aug-03 1:09
LittleYellowBird6-Aug-03 1:09 
GeneralRe: Timer Callback Pin
ivor bigun6-Aug-03 1:08
ivor bigun6-Aug-03 1:08 
GeneralRe: Timer Callback Pin
Ryan Binns6-Aug-03 1:11
Ryan Binns6-Aug-03 1:11 
GeneralRe: Timer Callback Pin
ivor bigun6-Aug-03 1:31
ivor bigun6-Aug-03 1:31 

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.