Classes using motif

David Urner (urner@uxf.npl.uiuc.edu)
Thu, 30 Oct 1997 10:30:56 CST


Hi,
I'm trying to use TMenuAction, or TPromptDialog or TCheckBox,...
on a hp. I'm typing for example: TMenuAction *test;
The interpreter gives me the error messages:

Error: No symbol TMenuAction in current scope FILE:/var/tmp/aaaa12337 LINE:1
Error: No symbol test in current scope FILE:/var/tmp/aaaa12337 LINE:1
(int)0

On the other hand if I do: TBrowser *test;

it works fine.

Do I have to include those (TMenuAction,...) and how do I have
to set the include path?

Thanks
David