RE: [hlcoders] HL1109 Prediction Problems?

2002-04-25 Thread Cale Dunlap
??? Anyone??? -Mazor >From: "Cale Dunlap" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: RE: [hlcoders] HL1109 Prediction Problems? >Date: Fri, 26 Apr 2002 05:03:56 + > >That IS the previous thing, thats the first one there

RE: [hlcoders] HL1109 Prediction Problems?

2002-04-25 Thread Cale Dunlap
or >From: "James Mitchell" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: <[EMAIL PROTECTED]> >Subject: RE: [hlcoders] HL1109 Prediction Problems? >Date: Fri, 26 Apr 2002 14:04:36 +1000 > >Check the previous thing in the call stack, see what that is, beca

RE: [hlcoders] HL1109 Prediction Problems?

2002-04-25 Thread Dynerman David M
Check the call stack on the crash to see what (if any) of your functions was the starting point of the crash. ALT+7 in debug mode to pop up the callstack window. david -Original Message- From: Cale Dunlap [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 25, 2002 9:57 PM To: [EMAIL PROTE

RE: [hlcoders] HL1109 Prediction Problems?

2002-04-25 Thread James Mitchell
Check the previous thing in the call stack, see what that is, because its probley something that contains a pointer to a function, that has nothing.. Because () is going to be the header, not a function unless it rewrites the PE in the memory -Original Message- From: [EMAIL PROTE