Click here to Skip to main content
16,011,647 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Custom cursor blinks while OpenGL redraws Pin
Roger Broomfield26-Jul-07 5:57
Roger Broomfield26-Jul-07 5:57 
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 
Some DLL's will be loaded into the address space of all applications, whether they are needed or not.

You may find that this is the case with th NetLimiter dll, but it should not be crashing your application unless it's injected a thread into your code or trying to hook something.

It's not a problem with either VS or your computer, its a feature of Windows, and is used by many windows dll's such as kernel32.dll

regards,


Jonathan Wilkes
Darka[Xanya.net]

AnswerRe: Loading of unnecessary libraries at run-time Pin
Mark Salsbery26-Jul-07 5:12
Mark Salsbery26-Jul-07 5:12 
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 

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.