1	Syntax does not make sense.
2	Type mismatch.
3	Select Case does not support that type of expression.
4	The compiler is not implemented (obsolete).
5	The parser's internal stack has overflowed.
6	Too many parameters for this function.
7	Not enough parameters for this function call.
8	Wrong number of parameters for this function call.
9	Parameters are incompatible with this function.
10	Assignment of an incompatible data type.
11	Undefined identifier.
12	Undefined operator.
13	Logic operations require Boolean operands.
14	Array bounds must be integers.
15	Can't call a non-function.
16	Can't get an element from something that isn't an array.
17	Not enough subscripts for this array's dimensions.
18	Too many subscripts for this array's dimensions.
19	Can't assign an entire array.
20	Can't use an entire array in an expression.
21	Can't pass an expression as a ByRef parameter.
22	Duplicate identifier.
23	The backend code generator failed.
24	Ambiguous call to overloaded method.
25	Multiple inheritance is not allowed.
26	Cannot create an instance of an interface.
27	Cannot implement a class as though it were an interface.
28	Cannot inherit from something that is not a class.
29	This class does not fully implement the specified interface.
30	Event handlers cannot live outside of a class.
31	It is not legal to ignore the result of a function call.
32	Can't use "Self" keyword outside of a class.
33	Can't use "Me" keyword outside of a class.
34	Can't return a value from a Sub.
35	An exception object required here.
36	Obsolete.
37	Obsolete.
38	Obsolete.
39	Obsolete.
40	Destructors can't have parameters.
41	Can't use "Super" keyword outside of a class.
42	Can't use "Super" keyword in a class that has no parent.
43	This #else does not have a matching #if preceding it.
44	This #endif does not have a matching #if preceding it.
45	Only Boolean constants can be used with #if.
46	Only Boolean constants can be used with #if.
47	The Next variable (%1) does not match the loop's counter variable (%2).
48	The size of an array must be a constant or number.
49	You can't pass an array to an external function.
50	External functions cannot use objects as parameters.
51	External functions cannot use ordinary strings as parameters. Use CString, PString, WString, or CFStringRef instead.
52	This kind of array can not be sorted.
53	This property is protected. It can only be used from within its class.
54	This method is protected. It can only be called from within its class.
55	This local variable or constant has the same name as a Declare in this method. You must resolve this conflict.
56	This global variable has the same name as a global function. You must resolve this conflict.
57	This property has the same name as a method. You must resolve this conflict.
58	This property has the same name as an event. You must resolve this conflict.
59	This global variable has the same name as a class. You must resolve this conflict.
60	This global variable has the same name as a module. You must change one of them.
61	This local variable or parameter has the same name as a constant. You must resolve this conflict.
62	(%1) is reserved and can't be used as a variable or property name.
63	There is no class with this name.
64	The library name must be a string constant.
65	This Declare Function statement is missing its return type.
66	You can't use the New operator with this class.
67	This method doesn't return a value.
68	End quote missing.
69	A class cannot be its own superclass.
70	Cannot assign a value to this property.
71	Cannot get this property's value.
72	The If statement is missing its condition.
73	The current function must return a value, but this Return statement does not specify any value.
74	Parameter options (%1) and (%2) are incompatible.
75	Parameter option (%1) was already specified.
76	A parameter passed by reference cannot have a default value.
77	A ParamArray cannot have a default value.
78	An Assigns parameter cannot have a default value.
79	An Extends parameter cannot have a default value.
80	Only the first parameter may use the Extends option.
81	Only the last parameter may use the Assigns option.
82	An ordinary parameter cannot follow a ParamArray.
83	Only one parameter may use the Assigns option.
84	Only one parameter may use the ParamArray option.
85	A ParamArray cannot have more than one dimension.
86	The keyword "Then" is expected after this If statement's condition.
87	(obsolete)
88	Constants must be defined with constant values.
89	Illegal use of the Call keyword.
90	No cases may follow the Else block.
91	(%1) is not a legal property accessor type.
92	This (%1) accessor must end with "End (%1)", not "End (%2)".
93	Duplicate method definition.
94	The library name for this declaration is blank.
95	This If statement is missing an End If statement.
96	This Select Case statement is missing an End Select statement.
97	This For loop is missing its Next statement.
98	This While loop is missing its Wend statement.
99	This Try statement is missing an End Try statement.
100	This Do loop is missing its Loop statement.
101	Too few parentheses.
102	Too many parentheses.
103	The Continue statement only works inside a loop.
104	There is no (%1) block to (%2) here.
105	Shared methods cannot access instance properties.
106	Shared methods cannot access instance methods.
107	Shared computed property accessors cannot access instance properties.
108	Shared computed property accessors cannot access instance methods.
109	The Constructor of this class is protected, and can only be called from within this class.
110	This String field needs to specify its length.
111	Structures cannot contain (%1) fields.
112	Structures cannot contain multidimensional arrays.
113	Enumerated types can only contain integers.
114	An Enumeration cannot be defined in terms of another enumeration.
115	This is a constant; its value can't be changed.
116	A String field must be at least 1 byte long.
117	The storage size specifier only applies to String fields.
118	A Structure cannot contain itself.
119	(%1) is a structure, not a class, and cannot be instantiated with New.
120	(%1) is an enumeration, not a class, and cannot be instantiated with New.
121	This type is private, and can only be used within its module.
122	Class members cannot be global.
123	Module members must be public or private; they cannot be protected.
124	Members of inner modules cannot be global.
125	A Dim statement creates only one new object at a time.
126	A constant was expected here, but this is some other kind of expression.
127	This module is private, and can only be used within its containing module.
128	Duplicate property definition.
129	This datatype cannot be used as an array element.
130	Delegate parameters cannot be optional.
131	Delegates cannot use Extends, Assigns, or ParamArray.
132	The Declare statement is illegal in RBScript.
133	It is not legal to dereference a Ptr value in an RBScript.
134	Delegate creation from Ptr values is not allowed in RBScript.
135	Delegate constant definition.
136	Ambiguous interface method implementation.
137	Illegal explicit interface method implementation. The class does not claim to implement this interface.
138	The interface does not declare this method.
139	This method contains a #If without a closing #endif statement.
140	This interface contains a cyclical interface aggregation.
141	The Extends modifier cannot be used on a class method.
142	You cannot assign a non-value type to a value.
143	Duplicate attribute name.
144	Delegates cannot return structures.
145	You cannot create a delegate from this identifier.
146	You cannot use an Operator_Convert method to perform a convert-to operation on an interface.
147	The ElseIf statement is missing its condition.
148	This type cannot be used as an explicit constant type.
149	Recursive constant declaration error.
150	Custom error created using #error.
151	This is not a local variable or parameter.
152	The maximum units in last position parameter must be a constant.
153	The maximum units in last position parameter is out of range.
154	The StructureAlignment attribute's value must be of the following: 1, 2, 4, 8, 16, 32, 64, or 128.
155	Pair creation via the: operator is not allowed in RBScript.
156	Introspection via the GetTypeInfo operator is not allowed in RBScript.
157	The For statement is missing its condition.
158	The While statement is missing its condition.
159	Unsigned integer used in negative step loops can cause an infinite loop.
160	(kMustUseObjectsWithIsErr) - Must use Objects with Is
161	(kMustUseObjectsWithAddRemoveHandlerErr) - Only objects can be used with %1
162	(kEventDoesNotExistErr) - %1 does not have an event named %2
163	(kRbScriptSandboxDelegateToPtrErr) - Converting Delegates to Ptrs is not allowed in RbScript
164	(kWeakAddressOfMustHaveInstanceMethod) - WeakAddressOf can only be used on instance methods
165	(kRuntimeDeclaresNotAllowedErr) - Declares directly into the runtime via Lib "" are no longer allowed
166	(kObjCDeclaresMustHaveTargetErr) - Objective-C declares must have at least one parameter (the target of the message)
