Palm T3 serial library bug (forced hardware handshake mode)

2004-04-03 Thread Carsten Kurz
Does anyone know wether Palm is aware of this bug? I consider it quite serious, but think a simple patch should be able to solve it. Any workarounds other than bridging RTS/CTS? - Carsten -- For information on using the Palm Developer Forums, or to unsubscribe, please see http

Re: Hardware specific features - Differences between DragonBall and ARM CPUs

2003-11-27 Thread Carsten
encouraged by Palm .. but if your are dealing with some special application for your customers for a specific device, it might be a solution. ;) Best regards, Carsten. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: unsigned = sign ???

2003-11-27 Thread Carsten
Decimal system sucks, use Hex instead. printf( %X, intVal_32 ); Regards. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: ARMlet dev

2003-11-27 Thread Carsten
www.gnu.org is a very good starting point for the gnu crosscompilers/binutils chain. www.arm.com have quite a good number of free papers/references/documentation. Also, www.google.com might help a little.;) Regards. -- For information on using the Palm Developer Forums, or to

Re: jpeg

2003-11-27 Thread Carsten
Anders Rahm-Nilzon wrote: Is ti possible to insert a .gif, .jpg or .png in an Palm Application or do you have to use .bmp ??? \Anders R-N If you have the library/code to load/convert/diplay it, yes. -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: 8 bit 8khz mono wav file

2003-11-21 Thread Carsten
an 8khz sample in 22 or 44 khz Carsten. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Memory to work in PALM OS 3

2003-11-21 Thread Carsten
here: http://www.usenix.org/events/jvm01/full_papers/schneider/schneider_html/node4.html ) BUT - they should be avoided to use, ofcourse. Carsten. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Debugger for armlets ?

2003-11-05 Thread Carsten
Get some nice GBA emulator.. most of them come with a fine debugging interface. ahh.. and some GBA emus are even open source. Carsten. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Resource - Raw Pointers

2003-11-04 Thread Carsten
- there won't be any problem, right ? And also avoiding any storage heap involved OS functions ... Or, if st.heap memory is needed - it could be allocated before the res.ptr. determination ? Carsten. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http

Re: RGB-display

2003-11-04 Thread Carsten
To make long explanations short: Little Endian. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: MemoryMgr.c, Line: 3650, non-word-aligned handle

2003-11-01 Thread Carsten
for some minutes when my first ARMlets crashed in the first time. :( Carsten. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: easy way to determine the processor speed?

2003-11-01 Thread Carsten
add some delay-routine or just try to sync to the desired delay. I hope that helped. Carsten. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Resource - Raw Pointers

2003-11-01 Thread Carsten
? At least Emulator/Simulator/Real Device never ever moaned about anything. Some hassle might occur if someone does a Hotsync while the application is running.. but usually a Hotsync interrupts exits the program, so there should be no problem. Or? Thanks in advance, Carsten. -- For information

Re: SDK for camera

2003-10-24 Thread Carsten
Ben Combee wrote: At 11:35 AM 10/21/2003, Blue Wave wrote: Hi everyone :) i am a new member in this forum and in the Palm world. I want to capture image taken by camera on a Palm. Sony and eyemodule supply their specific library, but i didn't find anything for Palm ! The Zire 71

Re: Palm OS coding contest

2003-10-24 Thread Carsten
Sounds very interesting! Hopefully some cool stuff will be released there. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Gradients (shading( for High Resolution Images ?

2003-10-12 Thread Carsten
PSP - Reduce colordepth - Optimized Octree ? Should do the job. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Where can I get OS5 ROM?

2003-08-25 Thread Carsten
You can simply dump the OS5 ROM from your T-T device. (dump it in several resources, hotsync, and link it on your pc) Although you have to write some lines of code by yourself to do the job. But it works fine. Regards, Carsten. -- For information on using the Palm Developer Forums

Re: Bitmap offscreen window larger than 64KB?

2003-08-14 Thread Carsten
http://www.cliedeveloper.com/spotlight/kinoma1.html IMHO it's a good tutorial on working with semaphores and blocks larger than 64k... This is NOT good. MemSemphore issues aren't even mentioned in the official Palm-OS sdk. (when I remember right...) Sony should care more about the

Re: Recomnd 16-Bit editor/converter?

2003-08-10 Thread Carsten
How about: void conv_24bpp_to_16bpp(u8 *in , u8 *out); ? Will say, write an own .. 20 lines of C should do the job quite easily. Since the Truecolor bmp format is just that easy.. :) -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: sizeof

2003-08-09 Thread Carsten
most (some.. ;) compliers have the ability to define the struct alignment. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

test

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

test

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

test

2003-03-10 Thread Carsten
does it work .. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: screenshots on tungsten T

2003-03-10 Thread Carsten
and it just works fine. Best regards, Carsten. David Janssens wrote: Hello, I've written an application for the tunsgten T that uses native ARM code. Is it possible to capture screenshots on the tungsten? I can't run my app on the emulator because it uses native ARM code. (I could write dlls

Re: test

2003-03-10 Thread Carsten
SORRY! But Netscape fucked up.. I had to switch to a Sun-OS machine, delete all newsgroups settings and set them a new .. sorry sory sorry ... ;) -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: SndStream feature check

2003-02-14 Thread Carsten
to set their own 'standards'. Carsten. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

SndStream feature check

2003-02-13 Thread Carsten
..) If this method doesn't work - is there any other way to check for the OS-5 SoundStream system presence ? Thanks in advance, Carsten. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: SndStream feature check

2003-02-13 Thread Carsten
? Best regards, Carsten. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: SndStream feature check

2003-02-13 Thread Carsten
-checking be the 100% correct solution ? From which OS-5.x is the FtrGet(sysFileCSoundMgr, sndFtrIDVersion, version) properly implemented ? Best regards, Carsten. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: SndStream feature check

2003-02-13 Thread Carsten
Ben Nicolas - Thanks a lot for your advices/suggestions ! Carsten. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Exiting News About Aromapatches/Healthware Inc. !!

2003-02-07 Thread Carsten
How about a nice cup of shut the fuck up ?? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Thin line corners - please help quick

2003-02-06 Thread Carsten
, but the innerloop is speedy: no conditionals - can be done on in much fewer instructions, quite good on cached machines (as well as on uncached ones, too) ah yes.. optimization == assembly. ofcourse. Carsten. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http

Re: p.s. I am using CW8.

2003-02-06 Thread Carsten
I want to draw a rectangle button,but it is a button with rounded corners.I want to get rid of these corners.what can i do? How about -- reading/searching/studying/experiencing/understanding/trying -- the Palm OSĀ® Programmer's API Reference first ? If you have done so, you have found

Re: playing sampled sound on tungsten

2003-01-27 Thread Carsten
news.palmos.com wrote: Has anyone managed to play sampled sound on the Palm tungsten using the Sound manager? I'm testing the Stream Manager by outputting random samples: SndStreamCreate(stream, sndOutput, 44100, sndInt16, sndStereo, getbuf, 0, 8192, false); The callback function getbuf

Re: SysRandom

2003-01-27 Thread Carsten
Marshall Clow wrote: short result = SysRandom()0x3; // This gets you a random number 0-3. or, short result = SysRandom()0x7; // This gets you a random number 0-7. Either of these will be *much* faster. Yes, but the ranges in your example should be 0..2 and 0..6 (not 3 and 7) 0x03

Re: Direct screen access in PACE...

2003-01-13 Thread Carsten
operations) Using the WinGetDisplayWindow ... etc. method works for me always too. Note: There seems to be a bug in the WinScreenLock function - in 16bpp mode the returned pointer to the screen is WRONG. WinGetDisplayWindow... etc. returns a correct pointer. Carsten. -- For information

Re: How fast is the Palm?

2003-01-09 Thread Carsten Koeckritz
proc. with a Bus-width of 1 bit ;)and then compare the results to a proc. of 8MHz with a 32 bit wide Bus ... :) [don't know if all facts are true.. but I hope it helped a bit. ;) ] Best regards, Carsten. well.. http://userpages.umbc.edu/~zding1/cmsc611/report.pdf compares RISC

Re: How fast is the Palm?

2003-01-09 Thread Carsten Koeckritz
-t0; printf(%i ticks needed to execute subroutine,time_used); Executing this f.e. 100 times (of course with the same input values) and summing up the time_used and dividing the result by 100, may (will) give a bit more exact result. Best regards, Carsten. -- For information on using the Palm

Re: Listing of Error Codes?

2003-01-09 Thread Carsten
Vinu Raj wrote: CodeWarrior for Palm V9 includes a built-in utility that allows you to search for information on Palm OS error codes. You can enter the error code as a hex or decimal value, and the utility will return information about it, including the hex value, the symbolic name, the

Re: Listing of Error Codes?

2003-01-09 Thread Carsten
Ben Combee wrote: You can upgrade from version 8 to version 9 and get this -- its a new feature of the V9 product. However, it even it's a bit off-topic.. ;) How much is an upgrade from V8 to V9 ? -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: Listing of Error Codes?

2003-01-09 Thread Carsten
damn.. pushed 'NewMsg' intead of 'Reply' ;) Ben Combee wrote: You can upgrade from version 8 to version 9 and get this -- its a new feature of the V9 product. However, it even it's a bit off-topic.. ;) How much is an upgrade from V8 to V9 ? -- For information on using the Palm

Re: Word Lists for Games

2003-01-08 Thread Carsten
Basic issues of programming, that is. What about a hash-table (f.e. 32bit) ? If you don't know about that -- Google: hash table dictionary (just take the first hit.. looks quite fine) -- For information on using the Palm Developer Forums, or to unsubscribe, please see

test message

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