I noticed that too, Kronos, but not knowing enough about what's going on here I wasn't sure.
@ Thomas
Yea, I thought that might be the case, but the fact that I've used macros so little combined with the non-standard (for me) creation of the window, makes me unsure of just what's going on here.
@ Both
The problem is, even when I simplify the structure to just this:
objects[OID_MAIN]
= WindowObject,
WA_ScreenTitle, "Reaction",
WA_Title, "Reaction CheckBox Example",
WA_Activate, TRUE,
WA_DepthGadget, TRUE,
WA_DragBar, TRUE,
WA_CloseGadget, TRUE,
WA_SizeGadget, TRUE,
End;
I still get the unterminated macro error. Once again, I don't have enough understanding to diagnose what the real problem is, and for all I know, I didn't simplify it correctly or terminated it properly, yada, yada, yada...
Once again, if anyone has any ideas, I'd love to hear them.
Thanks,
Ed.