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

C / C++ / MFC

 
GeneralRe: Custom cursor blinks while OpenGL redraws Pin
xuxiuxun26-Jul-07 15:59
xuxiuxun26-Jul-07 15:59 
AnswerRe: Custom cursor blinks while OpenGL redraws Pin
cmk26-Jul-07 12:09
cmk26-Jul-07 12:09 
GeneralRe: Custom cursor blinks while OpenGL redraws Pin
xuxiuxun26-Jul-07 16:08
xuxiuxun26-Jul-07 16:08 
QuestionCreating xml file using MSXML4 Pin
Maynka26-Jul-07 5:06
Maynka26-Jul-07 5:06 
GeneralRe: Creating xml file using MSXML4 Pin
Roger Broomfield26-Jul-07 5:39
Roger Broomfield26-Jul-07 5:39 
QuestionLoading of unnecessary libraries at run-time Pin
Zerox MXI26-Jul-07 4:58
Zerox MXI26-Jul-07 4:58 
AnswerRe: Loading of unnecessary libraries at run-time Pin
Jonathan [Darka]26-Jul-07 5:05
professionalJonathan [Darka]26-Jul-07 5:05 
AnswerRe: Loading of unnecessary libraries at run-time Pin
Mark Salsbery26-Jul-07 5:12
Mark Salsbery26-Jul-07 5:12 
You may not need the DLLs but some DLL your app links to is linking to other DLLs.

If some DLL in your app's address space is truly causing a crash, and it's not a DLL that you explicitly link to or load, then
IMO your system is unstable. Uninstall the offending software, reinstall Windows, whatever.

IME this is rarely the case...

Mark


Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

AnswerRe: Loading of unnecessary libraries at run-time Pin
Randor 26-Jul-07 6:29
professional Randor 26-Jul-07 6:29 
QuestionASCII to Hex Pin
AAKAra26-Jul-07 4:16
AAKAra26-Jul-07 4:16 
AnswerRe: ASCII to Hex Pin
jeron126-Jul-07 4:24
jeron126-Jul-07 4:24 
GeneralRe: ASCII to Hex Pin
AAKAra26-Jul-07 5:12
AAKAra26-Jul-07 5:12 
GeneralRe: ASCII to Hex Pin
CPallini26-Jul-07 5:25
mveCPallini26-Jul-07 5:25 
AnswerRe: ASCII to Hex Pin
Mark Salsbery26-Jul-07 5:15
Mark Salsbery26-Jul-07 5:15 
GeneralRe: ASCII to Hex Pin
AAKAra26-Jul-07 5:23
AAKAra26-Jul-07 5:23 
GeneralRe: ASCII to Hex Pin
Mark Salsbery26-Jul-07 6:31
Mark Salsbery26-Jul-07 6:31 
AnswerRe: ASCII to Hex Pin
toxcct26-Jul-07 5:35
toxcct26-Jul-07 5:35 
QuestionCode to create XML file Pin
Maynka26-Jul-07 4:08
Maynka26-Jul-07 4:08 
AnswerRe: Code to create XML file Pin
led mike26-Jul-07 4:42
led mike26-Jul-07 4:42 
GeneralRe: Code to create XML file Pin
Maynka26-Jul-07 5:07
Maynka26-Jul-07 5:07 
QuestionWriteFile issue Pin
George_George26-Jul-07 3:03
George_George26-Jul-07 3:03 
AnswerRe: WriteFile issue Pin
David Crow26-Jul-07 3:11
David Crow26-Jul-07 3:11 
GeneralRe: WriteFile issue Pin
CPallini26-Jul-07 3:32
mveCPallini26-Jul-07 3:32 
QuestionRe: WriteFile issue Pin
David Crow26-Jul-07 3:44
David Crow26-Jul-07 3:44 
AnswerRe: WriteFile issue Pin
CPallini26-Jul-07 4:24
mveCPallini26-Jul-07 4:24 

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.