How do I use (OTIF classes?

David Urner (urner@uinpluxa.npl.uiuc.edu)
Thu, 30 Oct 97 10:51:22 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