Hmm. I was able to add the files and resources directly from the Memo
project into a Palm OS 3.5 Multi-segment App that I created without any
errors. This is what I did: created a new multi-segment app, then opened the
Memo project, and from within CodeWarrior (not Explorer) copied the English
resources and Memo source files into my project. I then removed the default
source and resources (Starter.c, MainForm.c and Starter.rsrc) from the
project. I also added PalmOSGlue.lib into my project. This project was able
to build and link. You could try this out to see if this works.
Rgds,
Jun-Kiat Lam
Metrowerks Technical Support
----- Original Message -----
From: "Paul Nevai" <[EMAIL PROTECTED]>
To: "Palm Developer Forum" <[EMAIL PROTECTED]>
Cc: "Paul Nevai" <[EMAIL PROTECTED]>
Sent: Monday, February 28, 2000 6:07 AM
Subject: CW 6 and multi segment apps
> Please help...
>
> I created a multi segment template using CW 6 and SDK 3.5 and added the
Memo
> Pad 3.5 files to it and tried to build it. It generates zillions of error
> messages of the form: "illegal implicit conversion".
>
> Does this mean that I missed a setting somewhere in the project, or I
> actually have to fix all those errors.
>
> Example:
>
> memoRecP = MemHandleLock (recordH);
>
> to be changed to
>
> memoRecP = (Char *) MemHandleLock (recordH);
>
> Please advise me...
>
> Thanks and best regards, Paul
>
> --
> For information on using the Palm Developer Forums, or to unsubscribe,
please see http://www.palm.com/devzone/mailinglists.html
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palm.com/devzone/mailinglists.html