求助:BoundsChecker检查出现的errors是什么意思
iuchy 2004-11-29 06:04:55 errors包括:
Resource Errors:
Argument 1 in DeleteDC (HDC__ hdc = 0xDE0118A2) still contains non default/stock objects. Bitmap (0xB4051301).
Pointer Unrelated:
Unrelated Pointer: Comparing two unrelated pointers 0x00718C08 and 0x0069F4E8. Pointers are not within the same buffer.
Allocation Conflict:
Allocation Conflict: Attempting to call CObject::operator delete on 0x03609188; pointer was allocated by _malloc_dbg.
这些errors都是什么意思?为什么会出现这些errors?如何解决这些errors?