Click here to Skip to main content
15,919,341 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Sending email from vc++ Pin
ThatsAlok27-Nov-05 23:41
ThatsAlok27-Nov-05 23:41 
Questionhot to do setting for complier?? Pin
vikas amin25-Nov-05 18:50
vikas amin25-Nov-05 18:50 
AnswerRe: hot to do setting for complier?? Pin
sunit525-Nov-05 20:03
sunit525-Nov-05 20:03 
GeneralRe: hot to do setting for complier?? Pin
vikas amin25-Nov-05 20:38
vikas amin25-Nov-05 20:38 
AnswerRe: hot to do setting for complier?? Pin
Rajesh R Subramanian26-Nov-05 0:07
professionalRajesh R Subramanian26-Nov-05 0:07 
QuestionDetecting DLL Load failure Pin
Chintoo72325-Nov-05 18:30
Chintoo72325-Nov-05 18:30 
AnswerRe: Detecting DLL Load failure Pin
Michael Dunn25-Nov-05 18:43
sitebuilderMichael Dunn25-Nov-05 18:43 
AnswerRe: Detecting DLL Load failure Pin
Joel Lucsy27-Nov-05 8:57
Joel Lucsy27-Nov-05 8:57 
If the dll fails to load, then no code is run in the dll. There is absolutely nothing that can be done from the DLL side.
If the exe fails to load a dll, but still runs, then it has done one of two things: 1) delay loaded the dll in question, which means it only loads the dll when a function from the dll is called, or 2) the dll in question is loaded manually thru LoadLibray and functions are retrieved thru GetProcAddress.
So, if you have code to the exe, then you can change the behavior of what happens when it fails to load, otherwise you're pretty much out of luck.

--
Joel Lucsy
GeneralRe: Detecting DLL Load failure Pin
Chintoo72327-Nov-05 15:44
Chintoo72327-Nov-05 15:44 
QuestionMFC vs Standard Microsoft Libraries? Pin
newbie534525-Nov-05 17:56
newbie534525-Nov-05 17:56 
AnswerRe: MFC vs Standard Microsoft Libraries? Pin
Bob Stanneveld26-Nov-05 8:11
Bob Stanneveld26-Nov-05 8:11 
GeneralRe: MFC vs Standard Microsoft Libraries? Pin
newbie534526-Nov-05 11:37
newbie534526-Nov-05 11:37 
GeneralRe: MFC vs Standard Microsoft Libraries? Pin
Bob Stanneveld27-Nov-05 4:52
Bob Stanneveld27-Nov-05 4:52 
GeneralRe: MFC vs Standard Microsoft Libraries? Pin
newbie534528-Nov-05 22:33
newbie534528-Nov-05 22:33 
GeneralRe: MFC vs Standard Microsoft Libraries? Pin
Bob Stanneveld29-Nov-05 0:00
Bob Stanneveld29-Nov-05 0:00 
GeneralRe: MFC vs Standard Microsoft Libraries? Pin
newbie534529-Nov-05 8:33
newbie534529-Nov-05 8:33 
GeneralRe: MFC vs Standard Microsoft Libraries? Pin
Bob Stanneveld29-Nov-05 20:46
Bob Stanneveld29-Nov-05 20:46 
QuestionHow to use CTreePropSheet Pin
Rajesh R Subramanian25-Nov-05 17:33
professionalRajesh R Subramanian25-Nov-05 17:33 
AnswerRe: How to use CTreePropSheet Pin
Rajesh R Subramanian25-Nov-05 19:15
professionalRajesh R Subramanian25-Nov-05 19:15 
Question16 bit image lists... Pin
Peter Weyzen25-Nov-05 17:23
Peter Weyzen25-Nov-05 17:23 
AnswerRe: 16 bit image lists... Pin
Peter Weyzen25-Nov-05 17:54
Peter Weyzen25-Nov-05 17:54 
AnswerRe: 16 bit image lists... Pin
Michael Dunn25-Nov-05 19:05
sitebuilderMichael Dunn25-Nov-05 19:05 
QuestionHai , SplitterWindows Pin
CodeVarma25-Nov-05 17:03
CodeVarma25-Nov-05 17:03 
AnswerRe: Hai , SplitterWindows Pin
Michael Dunn25-Nov-05 19:09
sitebuilderMichael Dunn25-Nov-05 19:09 
QuestionWindows 3.1? Pin
Lord Kixdemp25-Nov-05 12:07
Lord Kixdemp25-Nov-05 12:07 

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.