Pete Heywood wrote:

> 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?

If you are looking for something a la VC++ app wizard, there isn't much.  You
can have the IDE generate C or C++ projects and go from there.  There isn't any
officially supported C++ framework that abstracts and hides  the single threaded
event loop like MFC right now.  Pretty much you are back to a big switch()
statement with calls to functions to handle the generated events.

> Or do all new objects need to be added by hand?

You will need to handle all object management by hand.  I have heard of some
third party CASE tools used to abstract the Palm API but nothing that I know of
on the open market.

> 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?

It is a resource editor that takes card of all the #define's of resource objects
for you.  A header file is maintained and you need to #include it in your
project.  If you have any experience with RezEdit or Resourcer on the Mac, it is
very similar.

>
> Any help or direction to the correct manual or a FAQ would be appreciated.

The Windows help files on the Resource Editor has been pretty helpful to me.

>
> Thanks
>
> Pete

Reply via email to