My program was working great until I messed around with the msconfig file inorder to improve my systems performance. Now all of a sudden I have:
First-chance exception in MyProgram.exe (KERNEL32.DLL): 0xC0000005: Access Violation.
Every time the program executes a DoModal() on a dialog box. Seems to only happen when a new box is being opened. Scary thing is, is doens't seem to be affecting my program in anyway as far as operation goes. It had no exceptions before messing around with my msconfig file. I have since put my msconfig file back to the original format, but I'm still having the exception show up everytime I run the program in the debugger. Any suggestions at all? I'd take anything at this point.
Thanks
First-chance exception in MyProgram.exe (KERNEL32.DLL): 0xC0000005: Access Violation.
Every time the program executes a DoModal() on a dialog box. Seems to only happen when a new box is being opened. Scary thing is, is doens't seem to be affecting my program in anyway as far as operation goes. It had no exceptions before messing around with my msconfig file. I have since put my msconfig file back to the original format, but I'm still having the exception show up everytime I run the program in the debugger. Any suggestions at all? I'd take anything at this point.
Thanks