Well after over a month of work off and on... we are still no further than we were back then. This problem still exists and we can't find it. Even had another experienced C++ programmer look at...
After working on it on and off for the last week, still haven't been able to find what is causing this issue. Decided it was probably time to look into Boundschecker 7 day trial as recommended.
...
I've spent ALOT of the past three days going through code trying to find the corruption. As much as I would love to use a program like Boundschecker or Purify... unfortunately it is not in the...
Going to start tackling this problem this weekend. Is it a safe assumption that as I try to find this potential memory issue... that the code that is "passed through" from program start to where...
Thanks for all the great input... I am definitely leaning towards a memory corruption issue... especially because the dialog creation is pretty standard... no additional code for that process. ...
I understand peoples feelings in regards to the "content" of this program and it's potential intent... but as is evident by soccerstr's post of his programming assignment... it is not his fault, nor...
Creating a log file would be my next step. Was hoping there might be some "unknown to me" tool or compile switch that might give me some debug information I might be able to use to narrow down where...
I have an application that all and all works well. I made some simple code changes (moved some lines out of a loop basically) and now the program has decided to crash. Obviously it has...
I had a feeling I was dealing with another v6 issue, especially after getting help with my other issue with the SetSel. I always use the ClassWizard and am not 100% confident in "hand coding"...
Ok, I changed the settings in my IDE project and set NDEBUG and _DEBUG in the preprocessor. Now when I compile and step through the program in the IDE, I get it too to fail too with a message.
No it crashes whether or not it is a single file or multiple files. I checked all the variables with in the routine and they are in spec.... nothing odd.
I realize what a compile does as well as running an application. Yes, there is a bug... realize that too. Could be a coding bug, or could be a VC++ v6 bug.... not sure, as stated.
I have a dialog that accepts a Drag&Drop of a file. I have it working, without a problem, in the IDE while testing. I can compile it without error. But when I try it from the EXE, it crashes...
Hmmmm, dang, never thought about that.... that may be the RIGHT way to handle this. Originally needed to allow for editing in the box so it was originally designed with an editbox but when we...
We have a multi-line editbox with scrollbars. Because it is used to only display a message, we have it set for READ-ONLY. Problem is, when you scroll it, the lines start overlapping. If you...
I have a dialog that has a RichEdit (called IDC_MESSAGE) in it. If there is something in the RichEdit and you tab into it, it selects everything. What I want to do is put the cursor at the...