John Hagen
May 11th, 1999, 11:07 AM
I have an application that uses a lot of CString variables and calls to the UpdateData() function. While the application runs in either DEBUG or REAL TIME, I get DEBUG ASSERTION errors popping up at various times. I know that this means I have "assumed" something and that this assumption is what is causing the error. However, I don't know what I have assumed so it is hard to debug and fix my problem.
Can anyone give me an idea as to where I should use the ASSERT command to debug my application and under what conditions I should use this command? I am really at a loss so I need any and all information you can provide.
Thanks!
John Hagen
Can anyone give me an idea as to where I should use the ASSERT command to debug my application and under what conditions I should use this command? I am really at a loss so I need any and all information you can provide.
Thanks!
John Hagen