GLBasic forum

Main forum => GLBasic - en => Topic started by: MrTAToad on 2010-Oct-03

Title: List of error messages
Post by: MrTAToad on 2010-Oct-03
Would it be possible to get a full list of error messages in GLBasic...
Title: Re: List of error messages
Post by: Kitty Hello on 2010-Oct-04
the definesa re:
Code (glbasic) Select

#define CMP_OK (0x00000)
#define CMP_FOR_WITHOUT_NEXT (0x00001)
#define CMP_SYNTAX_ERROR (0x00002)
#define CMP_NO_FILE (0x00003)
#define CMP_WRONG_ARGUMENT (0x00004)
#define CMP_STRING_TOO_LONG (0x00005)
#define CMP_DIVISION_BY_ZERO (0x00006)
#define CMP_OUT_OF_MEMORY (0x00007)
#define CMP_WRONG_DIMENSION (0x00008)
#define CMP_OUT_OF_DIMENSION (0x00009)
#define CMP_OUT_OF_DATA (0x00014)
#define CMP_ASSERTION_FAILED (0x00015)
Title: Re: List of error messages
Post by: MrTAToad on 2010-Oct-04
Less error messages than I thought there were :)