which 'Pointer is null' ?
Posted: Fri Feb 08, 2008 8:14 pm
is it possible that we get some more infos from the debugger about a null-pointer if it's not clear where it actually occurred? example:
Code: Select all
a=13
*p1.long=@a
*p2.long
If *p1\l And *p2\l ; <<<<<<< which?
EndIf
; ..or..
Structure strct
*ptr2.POINT
EndStructure
*ptr.strct
*ptr\ptr2\x ; where ?