Blitz (484/640)

From:Daniel Allsopp
Date:19 Sep 99 at 19:12:47
Subject:Re: Crashes

Hi Neil,

On 19-Sep-99, you wrote:

> Hi,
>
> I've just made the attached code. When I run it, it either crashes during
> compilation with a 80000009 error number, or it gives a Recoverable Alert.
> The guru number was 0100000f.
>
> Can anyone shed any light on it? It wouldn't surprise me if it works fine
> on your systems, mine seems to be rather unstable :)

Might be something to do with you assigning values > +128 to bytes!!

Try putting .w after your variables which are intended to be greater than
(or less than) 128!!

Or, but DEFTYPE .w at the top of your code to make sure every variable
declared is of type WORD!

You really should declare all your variables with correct types before you
assign anything to them! ;)



Cheers,
Daniel


E-Mail: daniel@thesnakepit.demon.co.uk

URL: http://www.thesnakepit.demon.co.uk/

ICQ Number : 20783863


- "Windows 95 is Bug Free" - Bill Gates in 1995
- "We fixed 5000 bugs since the release of Windows 95!" - Bill Gates on Windows 98

---------------------------------------------------------------------
To unsubscribe, e-mail: blitz-list-unsubscribe@netsoc.ucd.ie
For additional commands, e-mail: blitz-list-help@netsoc.ucd.ie