Re: Glib shared libraries and debug problems

2007-08-25 Thread Andrew Woodgate
'stone age' methods - 10 years of staring at 68K code could turn anyone into a dinosaur, though that was 15 years ago. Thanks for the advice, I'll be using tracing methods as well, the OS Reporter app seems to work well. AW -- For information on using the ACCESS Developer Forums, or to

Re: Does Palm supports Unicode?

2007-08-25 Thread Jan Slodicka
No, it does not change. With best regards, Jan Slodicka Resco, Palm Division - Original Message - From: Bhushan [EMAIL PROTECTED] To: Palm Developer Forum palm-dev-forum@news.palmos.com Sent: Friday, August 24, 2007 8:08 AM Subject: re: Does Palm supports Unicode? Thx for

Help with _CW_SetupExpandedMode()

2007-08-25 Thread Greg
Can some one give me a brief overview of the function _CW_SetupExpandedMode() When should I call it and why? I think it might help me with an issue I am having but I cannot find any info on exactly how this call is to be used. It helped in the past with an issue I was having and I think I am

Re: ZLib without globals?

2007-08-25 Thread Lionscribe
Here is the code I used. The commented-out code is code that we changed in second version. Don't remember the reason. Lionscribe Int16 zCompressLevel = 5; UInt32 newSize; while (zCompressLevel) { newSize = 9000; err = myCompress(destP, newSize, sourceP, totalSize, zCompressLevel);