> See http://www.eldos.org/pmtree/pmtree.html

eugene:

> Source code is written in C++ and can be linked statically to any
> CodeWarrior project (Falch.Net was not tested). Source code can be
> compiled with Palm OS® SDK 3.0 or later. By default the source files
> can be compiled with SDK 3.5. If you need to use earlier SDK,
> comment out the define #define PALMOS_35_USED in PalmElTree.h.
> Tree for Palm OS® source code requires use of C++ compiler. If your
> code requres to be compiled using C compiler and not C++, you can
> use #pragma cplusplus on to turn on C++ compiler for the block of
> code (for example the code that accesses the tree) and
> #pragma cplusplus reset to turn C++ compiler off.

a few points to note:

  - static library wont link against prc-tools
    . different binary formats between compilers

  - #pragma stuff isn't supported in prc-tools
    . and, many C++ applications are not 100% stable; most are in C

i would definately recommend you download prc-tools and test it
before saying it works with prc-tools on your site - maybe even
provide a few sample applications showing how it is used.

it wont take much to convert it to pure C anyhow.

---
Aaron Ardiri
[EMAIL PROTECTED]
http://www.mobilewizardry.com/members/aaron_ardiri.php [profile]


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to