List of error messages

Previous topic - Next topic

MrTAToad

Would it be possible to get a full list of error messages in GLBasic...

Kitty Hello

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)

MrTAToad

Less error messages than I thought there were :)