re: Does Palm supports Unicode?

2007-08-24 Thread Bhushan
Thx for Reply.

But my main question is ..

Whether Palm PDB database header changes for different languages ?

Or

The Palm PDB database header format is same for all ?

any suggestion...

Thx in advance.

Regards
-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/


Localization for foreign language

2007-08-24 Thread omkrish
I wish to test my base application with overlay for French or Chinese but I am 
unable to find simulators with EFIGS ROM or chinese or English ROM. 

Also on the device its not working for chinese when I select CJK OS in Prefs 
application in Treo 650 while in built applications turn to chinese.

I performed localization as per steps given in the below link

http://kb.palmsource.com/cgi-bin/palmsource.cfg/php/enduser/std_adp.php?p_faqid=496
 

Any Help will be highly appreciated.
-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/


Glib shared libraries and debug problems

2007-08-24 Thread Andrew Woodgate
Hi,

I have inherited a Palm app that is written as 3 parts, 2 GLIB shared library 
parts and the app itself and would like to debug this using the Palm OS 
Debugger.

In the files window, I add the 3 executables (.prc) and then add the 3 
'Symbolics' files, using the .o files generated by the linker. I then 'locate 
the directories' for each of the source files.

I get to step through the main application code, but the 2 shared parts only 
show as assemlbly code, and the breakpoints I set do not work.
After starting the app, the Low PC of the app changes to the load address, but 
the lib Low PCs do not. They remain as 'Sect(1) +0x' and 'Sect(2) 
+0x'.

The Debug Console window shows just 2 sections loaded: Sect(3) and Sect(0).

Can anyone point me in the direction of a tutorial or offer me some advice on 
how to integrate the shared libs into the debugger please.

Thanks in anticipation.

Andrew

-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/


listing databases in debugger

2007-08-24 Thread Borszczuk

Hi,

I am trying to list the databases on the Treos using 68K debugger
(the device is in debug mode and I am attached to it). So after:

dir 0 \a

I shall be listed with all the databases on the device. But this
is not hapening here neither on Venture nor on Camino. I am using:
Palm OS Debugger 3.6d7H [PACE] build 22 (build jun 10 2005, 11:11:47],
build manually on Fri 06/10/2005.

Any ideas what's up here and how to work this around?


--
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/


Re: ZLib without globals?

2007-08-24 Thread Greg
The new forum will only show your last 100 posts for search and the link to 
only your posts does not work. I don't like this new version of the forums :(

If you could send me or post your work around I would appreciate it. I think 
the problem might be the method I am calling my Palm app. I am creating a 
library which must run without globals and zlib does not seem to like that mode.

If you have a working small zlib routine example that I could use as a starting 
point that would rally help me figure out if it is the call or a programming 
mistake.

Thanks

Greg
-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/


Re: Glib shared libraries and debug problems

2007-08-24 Thread Ton van Overbeek
On 2007-08-24, Andrew Woodgate [EMAIL PROTECTED] wrote:
 Hi,

 I have inherited a Palm app that is written as 3 parts, 2 GLIB shared
 library parts and the app itself and would like to debug this using the
 Palm OS Debugger.

 In the files window, I add the 3 executables (.prc) and then add the 3
 'Symbolics' files, using the .o files generated by the linker. I then
 'locate the directories' for each of the source files.

 I get to step through the main application code, but the 2 shared parts only
 show as assemlbly code, and the breakpoints I set do not work.
 After starting the app, the Low PC of the app changes to the load address,
 but the lib Low PCs do not. They remain as 'Sect(1) +0x' and
 'Sect(2) +0x'.

 The Debug Console window shows just 2 sections loaded: Sect(3) and Sect(0).

 Can anyone point me in the direction of a tutorial or offer me some advice
 on how to integrate the shared libs into the debugger please.

 Thanks in anticipation.

GLIBs are a prc-tools (m68k-palmos-gcc etc.) specific implementation.
There is *no* support for debugging them in either m68k-palmos-gdb or Palm
OS Debugger (as you found out).

The basic problem is that the runtime location of the Glibs are unknown to
the debugger.

Sorry, but you are out of luck.

Ton van Overbeek

-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/


Re: ZLib without globals?

2007-08-24 Thread Lionscribe
Use this version of the forum
www.mail-archive.com/palm-dev-forum@news.palmos.com/

-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/


Re: Glib shared libraries and debug problems

2007-08-24 Thread Andrew Woodgate
Ton, thanks for the reply.  It looks like I'll just have to cope and rely on my 
rusty 68k assembler knowledge then.

Andrew
-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/


Re: ZLib without globals?

2007-08-24 Thread Greg
Am I blind? No luck with a search for zlib and you user ID, did you have a 
different ID you posted it with?
http://www.mail-archive.com/search?q=lionscribe+AND+zlibl=palm-dev-forum%40news.palmos.com
-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/


Re: Glib shared libraries and debug problems

2007-08-24 Thread Donald C. Kirker

Andrew Woodgate wrote:

Ton, thanks for the reply.  It looks like I'll just have to cope and rely on my 
rusty 68k assembler knowledge then.

Andrew



Sort of a stone age approach:

You can also throw around some stuff to print to the screen or out the 
serial port (if the data isn't sent fast enough you may not get all of 
it before a crash).


I have been using those methods for on device development and they have 
been pretty helpful


--
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/