Please enable JavaScript to view this site.

 

Navigation: Macros > Macro Language

Macro Compiler Messages

Scroll Prev Up Next More

When Q++Studio compiles a macro and encounters a syntax error or a possible bug in your logic, it generates a compiler message.

 

Clicking on any such message, in the macros editor, highlights the line and source of the message, as shown in the example below.

 

Macro compiler messages are subdivided into 3 levels:

 

hints

Hint messages indicate that the macro being compiled has some unnecessary code. This can either result in an inefficient (slow) macro, or could be the sign that there is a logical bug in your macro.

warnings

Warning messages indicate that the macro being compiled could give unpredictable results under certain circumstances. The causes for this is usually a variable which may not be initialized under certain circumstances.

errors

Error messages indicate that the macro being compiled cannot be understood by the compiler (ie. some of the code in the macro does not follow the rules of the macro language).

 

You can access the help topic corresponding to the message displayed in the compiler messages window, by selecting the message and pressing the F1 key. The topics below list all the possible macro compiler messages and present a brief explanation of how they may be corrected.

 

See also: the macro language, compiling macros and messages overview.

 


Topic 108117, last updated on 14-Oct-2023