Hi Pete,
Constructor is a resource editor. You can do your GUI layout and Constructor
will generate the .rsrc file and a resource header containing the IDs for
your resources. Constructor will also generate constants such that it would
be easier to remember those resources in your code using those names rather
than ID numbers. It doesn't generate functions stubs; however, there is an
applet called EasySource included in the Unsupported folder that does that.
Rgds,
Jun-Kiat Lam
Metrowerks Technical Support
----- Original Message -----
From: "Pete Heywood" <[EMAIL PROTECTED]>
To: "palm dev forum" <[EMAIL PROTECTED]>
Sent: Sunday, December 26, 1999 5:45 PM
Subject: Newbie Constructor Question
> Hopefully a simple question. I'm trying to use Codewarrior (v6), and in
> particular the Constructor. Does it generate function stubs etc. into the
> C++ stationary? Or do all new objects need to be added by hand? I've
> probably not got it set up right, or I'm barking up the wrong tree, due to
a
> (limited) windoze background. What exactly is the method of interaction
> between Constructor and the IDE? Is Constructor purely a resource editor?
>
> Any help or direction to the correct manual or a FAQ would be appreciated.
>
> Thanks
>
> Pete
>
>
>