Arawak <[EMAIL PROTECTED]> wrote:
> I'm already running Cygwin b20.1, and I downloaded prc-tools-2_0.exe and
> sdk35-prc.zip. I ran both prc-tools-2_0.exe and the executable inside
> sdk35-prc.zip and installed both to c:\PalmDev

That should be fine for building applications written for the 3.5 SDK.

> multiapp.c:1: No include path in which to find System/SysAll.h
> multiapp.c:2: No include path in which to find UI/UIAll.h

But multiapp is written for the earlier SDKs.  See

        http://www.palm.com/devzone/docs/palmos35.html#SDK+include+files

(The short answer is to replace the two include lines by just "#include
<PalmOS.h>".)

> Also, I'm wondering if I should be using SDK-3.0 since my target is my Palm
> IIIe?

You could do that... but you can use the 3.5 SDK to target a 3.0 device
just as easily as long as you use only calls which are documented to exist
on your 3.0 device.

Since there's a discontinuity in the SDKs between pre-3.5 and the 3.5 SDK
(they produce the same binaries, but your source by default looks different
due to different header names, different type names, etc), since the 3.5
SDK is better, and since the 3.5 SDK works better with GCC, I would
recommend that you stick with the 3.5 SDK.

    John

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to