A
AP
Hi,
In VC7.1 there is the compiler option to turn on run time error checks
(/RTC compiler options). So if there are any uninitialized data a
dialog pops up.
I know it's useful but is there a way to turn this off for the session
at least because it is a nuisance while debugging?
It's not always practical to fix the un-initialized data the minute
you hit it, especially if it is coming from a 3rd person's code base.
Thanks in advance.
AP
In VC7.1 there is the compiler option to turn on run time error checks
(/RTC compiler options). So if there are any uninitialized data a
dialog pops up.
I know it's useful but is there a way to turn this off for the session
at least because it is a nuisance while debugging?
It's not always practical to fix the un-initialized data the minute
you hit it, especially if it is coming from a 3rd person's code base.
Thanks in advance.
AP