Click here to Skip to main content
15,913,055 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CPU usage up to 100% Pin
Christian Graus14-Nov-06 16:50
protectorChristian Graus14-Nov-06 16:50 
GeneralRe: CPU usage up to 100% Pin
Hamid_RT14-Nov-06 18:45
Hamid_RT14-Nov-06 18:45 
GeneralOT Pin
Monty214-Nov-06 19:26
Monty214-Nov-06 19:26 
GeneralRe: OT Pin
Hamid_RT14-Nov-06 20:15
Hamid_RT14-Nov-06 20:15 
AnswerRe: CPU usage up to 100% Pin
Christian Graus14-Nov-06 16:51
protectorChristian Graus14-Nov-06 16:51 
AnswerRe: CPU usage up to 100% Pin
zhaohaicheng14-Nov-06 18:21
zhaohaicheng14-Nov-06 18:21 
GeneralRe: CPU usage up to 100% Pin
Christian Graus14-Nov-06 19:15
protectorChristian Graus14-Nov-06 19:15 
GeneralRe: CPU usage up to 100% Pin
Bram van Kampen16-Nov-06 16:41
Bram van Kampen16-Nov-06 16:41 
Maybe you are in the wrong forum, but you posed it to a VCPP, MFC forum anyways, so here she goes. The basics of this are ASM Debugging Techniques:-

Sometimes things like that happen when writing MFC Code. It nearly always means that I landed in an infinitely recursing set of functions.
To unravell this, Start with writing a macro that documents and dumps ESP to a text File.
Then, prepare to spend a few days at it, setting breakpoints, and tracing manually to the problem. Keep a sheet of paper beside you to write down calling addresses, and, depending on the complexity of your code, the repeating feature of calling points will soon give you an idea where the problem is.

LateNightsInNewry

AnswerRe: CPU usage up to 100% Pin
Hamid_RT14-Nov-06 18:46
Hamid_RT14-Nov-06 18:46 
AnswerRe: CPU usage up to 100% Pin
zhaohaicheng14-Nov-06 20:57
zhaohaicheng14-Nov-06 20:57 
GeneralRe: CPU usage up to 100% Pin
Bram van Kampen16-Nov-06 16:52
Bram van Kampen16-Nov-06 16:52 
Questionhovering Pin
locoone14-Nov-06 13:42
locoone14-Nov-06 13:42 
AnswerRe: hovering Pin
Steve Echols14-Nov-06 14:28
Steve Echols14-Nov-06 14:28 
GeneralRe: hovering Pin
locoone14-Nov-06 14:47
locoone14-Nov-06 14:47 
GeneralRe: hovering Pin
Steve Echols14-Nov-06 18:37
Steve Echols14-Nov-06 18:37 
GeneralRe: hovering Pin
locoone15-Nov-06 12:31
locoone15-Nov-06 12:31 
GeneralRe: hovering Pin
Steve Echols15-Nov-06 18:41
Steve Echols15-Nov-06 18:41 
GeneralRe: hovering Pin
locoone16-Nov-06 14:10
locoone16-Nov-06 14:10 
GeneralRe: hovering Pin
Hamid_RT14-Nov-06 18:48
Hamid_RT14-Nov-06 18:48 
GeneralRe: hovering Pin
Waldermort14-Nov-06 20:21
Waldermort14-Nov-06 20:21 
GeneralRe: hovering Pin
Bram van Kampen16-Nov-06 16:49
Bram van Kampen16-Nov-06 16:49 
QuestionEnabling CLR caused a failure in my MFC window Pin
earlgraham14-Nov-06 12:30
earlgraham14-Nov-06 12:30 
QuestionSimple and very useful thread class Pin
urid14-Nov-06 10:38
urid14-Nov-06 10:38 
AnswerRe: Simple and very useful thread class Pin
Maximilien14-Nov-06 11:14
Maximilien14-Nov-06 11:14 
AnswerRe: Simple and very useful thread class Pin
Zac Howland14-Nov-06 11:32
Zac Howland14-Nov-06 11:32 

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.