Jun-Kiat Lam wrote:

>> edit in Constructor. 2-bit images failed to copy this way but using
>> 4-bit and above BMP files for the source worked fine.

> If I'm not mistaken, the problem is because the R4 Constructor was not
> designed to handle multibit bitmaps and icons. You will need R5 in order
> to do that.

While I said 2 bit I meant 2 color. Pasting from a single-bit image file
doesn't work but pasting from a multi-bit image created the correct
single-bit output. Funny, but it works.

>> - In GCC, I was quite happily using standard library calls in C++. These

> Actually there is C++ support in R4. Try creating a new project, and
> selecting Palm OS C++ App for an example of how it's set up.

After setting up the C++ example the .txt file spells it out in quite
clear terms; ".. there is no standard library support for C++ on the
PalmPilot at this time.". MSL for Palm Pilot C++ was added in R5, so I
need to upgrade to make use of that.

> You will need to add MSL Runtime Palm OS (xi).Lib, where x is 2 or 4
> depending on your settings, plus you need to activate the C++ compiler.

These steps still give me a linker error on all standard library calls,
such as sprintf(), abs() and the like.


>> - Figure out the logic by which Constructor is capitalizing some of the
>> form object ID names and not others.

> Can you clarify on this one?

For example my form names start with a lower case letter but in the header
file they become capitalized. The capitalization of the first letter seems
to happen to form names, alert names, menu and menu bar names. All other
types of objects remain in upper/lower case as typed.


> The editor has been improved since R4. If you are interested in seeing
> what the R6 editor looks like, check out CW Pro 5, whose IDE will be the
> basis for R6. Any comments and suggestions are appreciated.

I met with some Metrowerks people last week so I know the editor has been
making progress in leaps and bounds. I'm not passing judgement on CW based
on an outdated version, merely pointing out that it *is* outdated. :)


Cheers,

Jouni
--
Jouni Mannonen
SurRender3D.com

> Rgds,
> Jun-Kiat Lam
> Metrowerks Technical Support

Reply via email to