re: Code resource handle is NULL for PceNativeCall call??

2007-09-16 Thread Steve Moseley
> Ah! It seems not! I've just found out how to decompile the .prc, > and that code resource doesn't exist. Looks like I'll have to > compile and build it myself??!? Found the problem - I didn't realise that I had to set the Project properties..C/C++ Build...Platform to 'Device Target' rather than

re: Code resource handle is NULL for PceNativeCall call??

2007-09-16 Thread Steve Moseley
> I'm assuming that the PODS environment will correctly compile the ARM code > and insert it into the .prc as a resource with the appropriate type and id Ah! It seems not! I've just found out how to decompile the .prc, and that code resource doesn't exist. Looks like I'll have to compile and bui

Code resource handle is NULL for PceNativeCall call??

2007-09-16 Thread Steve Moseley
Hi, I'm using PODS and have just started trying to write some C that I can call using PceNativeCall. Everything works fine when I run the code as a dll with the simulator, but when I run it with the debugger, on a Treo680 over USB, the code resource is returned as NULL from the DmGetResource c

Re: Accessing Browser bookmarks

2007-09-16 Thread Lionscribe
Donald C. Kirker wrote: >Sure. Bookmark importing. Well with an email address of [EMAIL PROTECTED] it pretty much gives away what Nokia has up its sleeves in developing their next PDA :-) -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-c

Re: String Handling in Palm OS Applications

2007-09-16 Thread f4t3z3r0
Yeah, I agree with Denis; Stick as close to ANSI C as possible. You'll thank yourself in the long run. - Original Message From: Denis Faivre <[EMAIL PROTECTED]> To: Palm Developer Forum Sent: Sunday, September 16, 2007 2:39:37 AM Subject: Re: String Handling in Palm OS Applications Ken

Re: Clie, OS 5, High-Density Display Feature Set

2007-09-16 Thread Aaron Ardiri
On 9/16/07, Terry <[EMAIL PROTECTED]> wrote: > Do Sony Clie models that come with Palm OS 5.x include the High-Density > Display Feature Set? yes. it was defined in Palm OS 5.x - sony still had their own things for certain things like the DIA support - as that was officially introduced in palmos 5

Re: String Handling in Palm OS Applications

2007-09-16 Thread Denis Faivre
Ken Hoyes wrote: > I've been sitting > with the manuals in front of me for a week. The C++ manual led me > to string functions of the type I mentioned while the Palm manuals > don't even mention them. Hence my confusion and frustration. Ken, Actually, Palm OS is far more C-oriented than C++. Yo