Re: Multi segment background application

2006-06-30 Thread Andrew Scheurer
You can try to break up your application into 1 or 2 shared libraries to reduce your 64K segment limit. You call these shared libraries w/o concern over segment issues. A good tutorial is found in the MathLib.prc web page. Just google for it. --- [EMAIL PROTECTED] wrote: > I have a background ap

Multi segment background application

2006-06-30 Thread gary
I have a background application, which has no UI whatsoever, that has unfortunately grown beyond the 64K segment limit. I need to figure out some way to call code accross segments, without being launched with sysAppLaunchCmdNormalLaunch. Specifically, I need to find a way to launch myself with gl

Looking for device pictures for pasting Simulator screen

2006-06-30 Thread Luc Le Blanc
With POSE, I could do a window capture and get an image of a device running my app. But with a skin-less Simulator, all I get is a plain rectangular window. Are there somewhere good pictures of various OS 5 devices (ex, TE, Zire22, open/closed T3) in scale with the pixel size of the Simulator sc

Re: asking for suggestions

2006-06-30 Thread P. Douglas Reeder
On Jun 30, 2006, at 1:33 AM, [EMAIL PROTECTED] wrote: hi! I am a computer science student and before we can graduate we have to do a project. Can I ask for suggestions of possible pda applications that I can develop? Preferably topics related with image processing. But any suggestion will als

re: help to solve (Sys 0505)(0,0) error

2006-06-30 Thread suhags
Step into your code and look for the call that generates that error message. Search for some alternative call because system is trying to tell you - not to use that particular function. 0x0505 is sysErrNotAllowed, defined in SystemMgr.h -- For information on using the PalmSource Developer Forum

Re: asking for suggestions

2006-06-30 Thread Dmitry Grinberg
hello, it's been due any day since 2003(?) Isn't a Palm OS due any day now that has OpenGL, multi-media and so on. --- Dmitry Grinberg <[EMAIL PROTECTED]> wrote: > palm might not be such a good idea for a platform > for that. not > enough processing power perhaps > > On 6/30/06, Andrew Sche

Re: asking for suggestions

2006-06-30 Thread Andrew Scheurer
True, but for a small image may be too bad. For a 68k app may be out of reach but I was considering an ARMLet. Although I don't see a lot of applications for the Palm that deploying that technology. Isn't a Palm OS due any day now that has OpenGL, multi-media and so on. --- Dmitry Grinberg <[EMAI

Re: asking for suggestions

2006-06-30 Thread Michal Seliga
maybe some library for fast operations on palm bitmaps? in my current project i would need color reduction including dithering, scaling, maybe rotation and some effects like changing color etc. preferably with possibility to make all this in tha fastes and the highest quality way..and all this cal