93 lines
3.6 KiB
C
93 lines
3.6 KiB
C
|
//{{NO_DEPENDENCIES}}
|
||
|
// App Studio generated include file.
|
||
|
// Used by DEBMSG.RC
|
||
|
|
||
|
#define ERR_NONE 0
|
||
|
#define ERR_FCNCALLERR 1
|
||
|
#define ERR_PTRACE 2
|
||
|
#define ERR_INTERNAL 3
|
||
|
#define ERR_SYNTAX 4
|
||
|
#define ERR_OPNOTSUPP 5
|
||
|
#define ERR_MISSINGLP 6
|
||
|
#define ERR_MISSINGRP 7
|
||
|
#define ERR_MISSINGDQ 8
|
||
|
#define ERR_MISSINGSQ 9
|
||
|
#define ERR_MISSINGLB 10
|
||
|
#define ERR_MISSINGRB 11
|
||
|
#define ERR_MISSINGLC 12
|
||
|
#define ERR_NOOPERATOR 13
|
||
|
#define ERR_NOOPERAND 14
|
||
|
#define ERR_TOOCOMPLEX 15
|
||
|
#define ERR_CONSTANT 16
|
||
|
#define ERR_UNKNOWNSYMBOL 17
|
||
|
#define ERR_BADREGISTER 18
|
||
|
#define ERR_TYPECAST 19
|
||
|
#define ERR_OPERANDTYPES 20
|
||
|
#define ERR_STRUCT 21
|
||
|
#define ERR_FCNCALL 22
|
||
|
#define ERR_RADIX 23
|
||
|
#define ERR_NEEDLVALUE 24
|
||
|
#define ERR_NEEDSTRUCT 25
|
||
|
#define ERR_FORMAT 26
|
||
|
#define ERR_NOTLVALUE 27
|
||
|
#define ERR_NOTELEMENT 28
|
||
|
#define ERR_NOTSTRUCTPTR 29
|
||
|
#define ERR_NOTEVALUATABLE 30
|
||
|
#define ERR_NOTEXPANDABLE 31
|
||
|
#define ERR_DIVIDEBYZERO 32
|
||
|
#define ERR_BADOMF 33
|
||
|
#define ERR_TYPEINCOMPAT 34
|
||
|
#define ERR_NOTRESIDENT 35
|
||
|
#define ERR_BADCONTEXT 36
|
||
|
#define ERR_NOMEMORY 37
|
||
|
#define ERR_FCNERROR 38
|
||
|
#define ERR_AMBIGUOUS 39
|
||
|
#define ERR_CANTCONVERT 40
|
||
|
#define ERR_NOTSTATIC 41
|
||
|
#define ERR_BADLINE 42
|
||
|
#define ERR_BADTHIS 43
|
||
|
#define ERR_NEEDSBIRD 44
|
||
|
#define ERR_NOTFCN 45
|
||
|
#define ERR_NOARGLIST 46
|
||
|
#define ERR_ARGLIST 47
|
||
|
#define ERR_CALLSEQ 48
|
||
|
#define ERR_OLDOMF 49
|
||
|
#define ERR_BSCOPE 50
|
||
|
#define ERR_BPAMBIGUOUS 51
|
||
|
#define ERR_METHODNP 52
|
||
|
#define ERR_SYMCONFLICT 53
|
||
|
#define ERR_REGINBP 54
|
||
|
#define ERR_AMBCONTEXT 55
|
||
|
#define ERR_LINENUMBER 56
|
||
|
#define ERR_NOCODE 57
|
||
|
#define ERR_NOOVERLOAD 58
|
||
|
#define ERR_CLASSNOTFCN 59
|
||
|
#define ERR_REGNOTAVAIL 60
|
||
|
#define ERR_FCNTOODEEP 61
|
||
|
#define ERR_CONSTRUCTOR 62
|
||
|
#define ERR_OVLPOINTSTO 63
|
||
|
#define ERR_NOVIRTUALBP 64
|
||
|
#define ERR_NOCLASSASSIGN 65
|
||
|
#define ERR_NOMODIFIABLELV 66
|
||
|
#define ERR_INVENUMVAL 67
|
||
|
#define ERR_TYPESUPPORT 68
|
||
|
#define ERR_NOSTACKFRAME 69
|
||
|
#define ERR_STMEMBERNP 70
|
||
|
#define ERR_NOFUNCEVAL 71
|
||
|
#define ERR_UNKNOWNTYPE 72
|
||
|
#define IDS_CANTDISPLAY 128
|
||
|
#define IDS_CXXERR 129
|
||
|
#define IDS_CANERR 130
|
||
|
|
||
|
// Next default values for new objects
|
||
|
|
||
|
#ifdef APSTUDIO_INVOKED
|
||
|
#ifndef APSTUDIO_READONLY_SYMBOLS
|
||
|
|
||
|
#define _APS_NEXT_RESOURCE_VALUE 101
|
||
|
#define _APS_NEXT_COMMAND_VALUE 40001
|
||
|
#define _APS_NEXT_CONTROL_VALUE 1000
|
||
|
#define _APS_NEXT_SYMED_VALUE 101
|
||
|
#endif
|
||
|
#endif
|