Click here to Skip to main content
15,890,882 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: MFC Application has stopped working, Server 2008 R2 Pin
David Crow13-Mar-14 4:19
David Crow13-Mar-14 4:19 
GeneralRe: MFC Application has stopped working, Server 2008 R2 Pin
MacRaider413-Mar-14 4:29
MacRaider413-Mar-14 4:29 
AnswerRe: MFC Application has stopped working, Server 2008 R2 Pin
Richard Andrew x6413-Mar-14 7:51
professionalRichard Andrew x6413-Mar-14 7:51 
QuestionHow to unload WinHttp library? Pin
MarxF12-Mar-14 8:34
professionalMarxF12-Mar-14 8:34 
AnswerRe: How to unload WinHttp library? Pin
jschell12-Mar-14 11:12
jschell12-Mar-14 11:12 
GeneralRe: How to unload WinHttp library? Pin
MarxF12-Mar-14 11:40
professionalMarxF12-Mar-14 11:40 
GeneralRe: How to unload WinHttp library? Pin
Richard MacCutchan12-Mar-14 22:23
mveRichard MacCutchan12-Mar-14 22:23 
GeneralRe: How to unload WinHttp library? Pin
David Crow13-Mar-14 2:26
David Crow13-Mar-14 2:26 
A common misconception about Task Manager numbers is that they tell something about the memory your program is consuming. This is not what those numbers tell you. They tell you the amount of address space that is in use. This has nothing to do with the amount of that address space your program is actually using. The blocks of memory that your code, or the library, freed are still in the address space, but they are available for subsequent allocation. The numbers you see in Task Manager are almost but not quite completely useless for telling how much of your memory is in use. If you see it shrink, this is good, but if you don't, it is not necessarily bad. If it's really important to you, use the heap-walking functions to track what is going on.

"One man's wage rise is another man's price increase." - Harold Wilson

"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons

"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles


AnswerRe: How to unload WinHttp library? Pin
Jochen Arndt12-Mar-14 22:46
professionalJochen Arndt12-Mar-14 22:46 
QuestionHow can I use winRing0.dll Pin
cedricvictor12-Mar-14 2:49
cedricvictor12-Mar-14 2:49 
AnswerRe: How can I use winRing0.dll Pin
Rage12-Mar-14 13:51
professionalRage12-Mar-14 13:51 
GeneralRe: How can I use winRing0.dll Pin
cedricvictor12-Mar-14 15:39
cedricvictor12-Mar-14 15:39 
GeneralRe: How can I use winRing0.dll Pin
Rage12-Mar-14 22:13
professionalRage12-Mar-14 22:13 
QuestionRelationship between Latency and Frame Rate Pin
Django_Untaken12-Mar-14 0:02
Django_Untaken12-Mar-14 0:02 
AnswerRe: Relationship between Latency and Frame Rate Pin
CPallini12-Mar-14 1:52
mveCPallini12-Mar-14 1:52 
GeneralRe: Relationship between Latency and Frame Rate Pin
Django_Untaken12-Mar-14 2:44
Django_Untaken12-Mar-14 2:44 
AnswerRe: Relationship between Latency and Frame Rate Pin
Rage12-Mar-14 4:36
professionalRage12-Mar-14 4:36 
GeneralRe: Relationship between Latency and Frame Rate Pin
jeron112-Mar-14 7:52
jeron112-Mar-14 7:52 
QuestionGet data from Grid Control Pin
pandit8411-Mar-14 21:56
pandit8411-Mar-14 21:56 
AnswerRe: Get data from Grid Control Pin
Richard MacCutchan11-Mar-14 22:56
mveRichard MacCutchan11-Mar-14 22:56 
AnswerRe: Get data from Grid Control Pin
Rage12-Mar-14 4:40
professionalRage12-Mar-14 4:40 
QuestionGetWindowRgn API returns ERROR Pin
atm.menon11-Mar-14 16:26
atm.menon11-Mar-14 16:26 
AnswerRe: GetWindowRgn API returns ERROR Pin
«_Superman_»11-Mar-14 22:18
professional«_Superman_»11-Mar-14 22:18 
QuestionRe: GetWindowRgn API returns ERROR Pin
Richard MacCutchan11-Mar-14 22:53
mveRichard MacCutchan11-Mar-14 22:53 
AnswerRe: GetWindowRgn API returns ERROR Pin
atm.menon12-Mar-14 15:54
atm.menon12-Mar-14 15:54 

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.