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

C / C++ / MFC

 
GeneralRe: Auto Scroll List Control Pin
ThatsAlok3-Jan-05 4:44
ThatsAlok3-Jan-05 4:44 
GeneralMS-ACCESS log rotation Pin
Anonymous2-Jan-05 16:46
Anonymous2-Jan-05 16:46 
GeneralRe: MS-ACCESS log rotation Pin
Monty22-Jan-05 18:06
Monty22-Jan-05 18:06 
GeneralRe: MS-ACCESS log rotation Pin
Anonymous2-Jan-05 18:27
Anonymous2-Jan-05 18:27 
GeneralRe: MS-ACCESS log rotation Pin
David Crow3-Jan-05 3:34
David Crow3-Jan-05 3:34 
QuestionHow to set Window Size of MFC Dialog? Pin
pubududilena2-Jan-05 16:12
pubududilena2-Jan-05 16:12 
AnswerRe: How to set Window Size of MFC Dialog? Pin
Ravi Bhavnani2-Jan-05 16:37
professionalRavi Bhavnani2-Jan-05 16:37 
GeneralWanting Windows Message Pin
LiYS2-Jan-05 14:16
LiYS2-Jan-05 14:16 
GeneralRe: Wanting Windows Message Pin
Ravi Bhavnani2-Jan-05 16:38
professionalRavi Bhavnani2-Jan-05 16:38 
GeneralCharacter Internal leading Pin
LiYS2-Jan-05 13:40
LiYS2-Jan-05 13:40 
GeneralRe: Character Internal leading Pin
Monty22-Jan-05 18:07
Monty22-Jan-05 18:07 
GeneralRe: Character Internal leading Pin
LiYS2-Jan-05 19:16
LiYS2-Jan-05 19:16 
GeneralAnyone got source code for Programming Applications for MS Windows - Advanced Pin
Defenestration2-Jan-05 12:37
Defenestration2-Jan-05 12:37 
Generalreading bitmap image Pin
mathrose2-Jan-05 11:09
mathrose2-Jan-05 11:09 
GeneralRe: reading bitmap image Pin
ThatsAlok2-Jan-05 19:02
ThatsAlok2-Jan-05 19:02 
GeneralRe: reading bitmap image Pin
mathrose2-Jan-05 21:22
mathrose2-Jan-05 21:22 
GeneralRe: reading bitmap image Pin
ThatsAlok2-Jan-05 22:41
ThatsAlok2-Jan-05 22:41 
GeneralRe: reading bitmap image Pin
Selvam R3-Jan-05 1:31
professionalSelvam R3-Jan-05 1:31 
GeneralFinding matching regions in file.. Pin
moliate2-Jan-05 10:36
moliate2-Jan-05 10:36 
GeneralIncorrect end/crash at app end Pin
Roland E.2-Jan-05 9:45
Roland E.2-Jan-05 9:45 
Hi everyone!

I have a really silly one. Every time I close my application it ends incorrect.
In Release mode everything looks fine (some machines are showing an error, but currently not - even with the same version that did before!), but the closing is still incorrect. This means I can set an AfxMessageBox after the DoModal call in the main file for the dialog, and you will only hear the beep of the box, but the app is already gone and the box is not shown.

Unfortunally Debug mode brings no further information either! Frown | :(
You hear the error sound from Visual Studio debugger, but no stop or message from the debugger itself. So I can still not find out what exactly happens there! (Only the debug information about the last running thread exiting correctly with code 0, and that the program ending with code 3)

My project is already too big to give some code snippets, because it includes additional threads, "sticked" dialogs, toolbars, etc... And since I did not realize the problem early enough I could not just easily tell you what thing was included last, or how long (or already from the begin on?) the bug exists.

So finally the question: Can I set up the VS Debugger to stop in any case, even if the error is caused in some control or dll? I'd just like to know where I could start searching or what part of my app creates this problem.
Or is there some different solution to find the problem? Some free debugger? What is a typical error so the debugger brings nothing up? Any help wanted!


Thanks in advance,
Roland
GeneralRe: Incorrect end/crash at app end Pin
David Crow3-Jan-05 3:38
David Crow3-Jan-05 3:38 
GeneralRe: Incorrect end/crash at app end Pin
Roland E.3-Jan-05 4:49
Roland E.3-Jan-05 4:49 
Generalhookless keylogger Pin
Spiritofamerica2-Jan-05 8:47
Spiritofamerica2-Jan-05 8:47 
GeneralRe: hookless keylogger Pin
User 66582-Jan-05 11:06
User 66582-Jan-05 11:06 
GeneralRe: hookless keylogger Pin
Spiritofamerica3-Jan-05 9:33
Spiritofamerica3-Jan-05 9:33 

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.