Welcome, Guest. Please login or register.

Author Topic: Unterminated Macro Call  (Read 4940 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Thomas

Re: Unterminated Macro Call
« on: April 21, 2009, 02:05:14 PM »

A macro call usually looks like macroname(arg1,arg2). An unterminated macro call just means that the right parenthesis is missing.

In your example it's probably a missing comma or a misplaced EndObject or something like that.

Bye,
Thomas

Offline Thomas

Re: Unterminated Macro Call
« Reply #1 on: April 22, 2009, 11:38:05 AM »

Make sure you #include and as well as . Also make sure that you use a consistent set of include files. Don't mix OS 4 includes with OS 3 includes.

Bye,
Thomas