我装了BoundsChecker,但在程序中,在Debug版出现Accesss Violation. BoundsChecker报错,然后非法报作,关闭!
但在Release版却编译通过而且能运行。
调试版信息错误信息如下:
oaded 'D:\Program Files\NuMega\BoundsChecker\BCKMOD.dll', no matching symbolic information found.
Loaded 'D:\Program Files\NuMega\BoundsChecker\bckproj.dll', no matching symbolic information found.
Loaded 'D:\Program Files\NuMega\BoundsChecker\SYMENGNT.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\SYSTEM\Bccore.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\SYSTEM\MFC42LOC.DLL', no matching symbolic information found.
First-chance exception in test.exe: 0xC0000005: Access Violation.
First-chance exception in test.exe: 0xC0000005: Access Violation.
......................................//错误信息总共1000多行(Debug版)
......................................//其中AV能有970行。
......................................
The thread 0xFFF870F9 has exited with code -1 (0xFFFFFFFF).
The program 'D:\MyProject\Test\Debug\test.exe' has exited with code -1 (0xFFFFFFFF).