Re: assembly guide on 68K

2004-12-22 Thread A.Kazantsev
There are Motorola 68K Docs in Your CodeWarrior\Palm Documentation\ if you have a CW installed. If not, search for M68000PRM.pdf, e.g. You may check the Documentation section of http://www.freescale.com. m Anybody know any good ONLINE guide on 68K architecture and m assembly? The books are

Can't load module with PealLoad

2004-12-22 Thread Sinisa Marovic (AC/EDD)
Well, the fault is not in peal, but I didn't want that Greg skip this one ;) Anyway, I'm porting some program to Palm using prc-tools, and since it will be a large chunk of arm core load with m68k loader into heap, I'm using peal for postlinking. The problem occures when trying to load the

Re: Can't load module with PealLoad

2004-12-22 Thread Greg Parker
Sinisa Marovic (AC/EDD) writes: So my question is: if .text is code, .data is data, what is .bss? .text is code and constant data. .bss is non-constant data that's initialized to zero. .data is non-constant, non-zero data. .data and .bss are separated because .data needs to be present in the

Palm OS Developer Program membership canceled?

2004-12-22 Thread A.Kazantsev
I participated in the Palm OS Developer Program for three years as a member. Today I was not able to login to https://www.developerpavilion.com/palmos/ to continue downloading stuff postponed yesterday. It responded with something new: There is no SHOPPER with that email and/or password. Please

Re: Palm OS Developer Program membership canceled?

2004-12-22 Thread Keith Rollin
On Dec 22, 2004, at 1:21 AM, A.Kazantsev wrote: I participated in the Palm OS Developer Program for three years as a member. Today I was not able to login to https://www.developerpavilion.com/palmos/ to continue downloading stuff postponed yesterday. It responded with something new: There is

Palm OS Developer Program

2004-12-22 Thread Christoph Regli
I like the new site design at www.developerpavilion.com/palmos, but I didn't spot some places that were quite familiar before the make-up: - Where can I search for registered Creator IDs? - Where are my registered Creator IDs? They are not linked any more to my profile. - Where are the PalmOS

Re: Palm OS Developer Program membership canceled?

2004-12-22 Thread Steven Fisher
In article [EMAIL PROTECTED], A.Kazantsev [EMAIL PROTECTED] wrote: BTW, I noticed that they've just changed the site content and the login page design. You got a page to load? The new site is so slow as to be completely useless. Oh, okay... it finally gave me the error page. My login isn't

Is it possible to detect no-notify reset?

2004-12-22 Thread Jan Slodicka
Hello, there are situations when the activity of some OS patches such as PiDirect, Tealscript, hacks etc. may negatively influence the active program. Can somebody advice how to detect their presence? Knowing e.g. that a warm reset was performed is an important information in this respect. (So

Re[2]: Palm OS Developer Program membership canceled?

2004-12-22 Thread A.Kazantsev
Everyone can see now there is a site redesign issue. The person responsible for the official site of PalmSource is not a virtual one like a mailer daemon. I mean he/she must be available somehow for complains. This revolution affects too many people at once! Fortunately for the Web manager, the

Line joins -- should be in the kb

2004-12-22 Thread Steven Fisher
If you are drawing a complex shape with WinDrawLine using generic co-ordinates on a high resolution screen, the OS seems to make various off-by-one errors. It isn't a big deal to switch co-ordinate systems and scale the pixels manually, but I'm curious why it isn't documented. To see what I

Re: Palm OS Developer Program membership canceled?

2004-12-22 Thread Steven Fisher
In article [EMAIL PROTECTED], A.Kazantsev [EMAIL PROTECTED] wrote: Everyone can see now there is a site redesign issue. The person responsible for the official site of PalmSource is not a virtual one like a mailer daemon. I mean he/she must be available somehow for complains. This revolution

RE: Socket Notification on Simulator

2004-12-22 Thread Geoffrey Cross
Out of interest: how does verichat implement their background socket listening? It seems to run fine in the simulator. Geoff. -Original Message- From: [EMAIL PROTECTED] [mailto:bounce-383443- [EMAIL PROTECTED] On Behalf Of Tony Yat-Tung Cheung Sent: 18 December 2004 03:28 To: Palm

Best way to allow other apps to use your app

2004-12-22 Thread Daniel Gonzalez
I have created a large application coded in C++ which has extensive use of virtual functions and RTTI. It has been created using extended mode .I would like to be able to provide an API to other applications to use the facilities of my application without the client application having to quit

Where are my creator id on the new web site?

2004-12-22 Thread Regis St-Gelais
I have 5 creator ID that use to show up in my account. Now with the new web site it says: You currently do not have any applications registered under your name If I try to get my creator ids, it says that they are already taken. How do I procede? -- Regis St-Gelais www.laubrass.com -- For

Re: Where are my creator id on the new web site?

2004-12-22 Thread Steven Fisher
In article [EMAIL PROTECTED], Regis St-Gelais [EMAIL PROTECTED] wrote: I have 5 creator ID that use to show up in my account. Now with the new web site it says: You currently do not have any applications registered under your name If I try to get my creator ids, it says that they are

Re: Where are my creator id on the new web site?

2004-12-22 Thread Regis St-Gelais
Steven Fisher [EMAIL PROTECTED] a écrit dans le message de news: [EMAIL PROTECTED] Well, if you want them associated with your account again, I think you need to contact Developer Support. But I've never bothered... the ids are out of the available pool and *I* know they are mine, so why

Re: Palm OS Developer Program

2004-12-22 Thread Erico Franco
Looks like that they are having problems with this new provider. be patient, probably they are still migration subscriptions from the other base. There are developers that are in worst situation compared to you like me that can not login! erico - Visit our PalmOS forums at:

Re: Best way to allow other apps to use your app

2004-12-22 Thread Neil Whitworth
Daniel Gonzalez wrote: I have created a large application coded in C++ which has extensive use of virtual functions and RTTI. It has been created using extended mode .I would like to be able to provide an API to other applications to use the facilities of my application without the client

throw x errthrow

2004-12-22 Thread Erico Franco
Hi, I have a doubt regarding the use of errthrow for a PalmOS 68k device application development using PODS: There is some disadvantage in using the standard throw instead of the 68k's errthrow ? I just started the use of it and check that using throw the program compiles with no problem

Re: Best way to allow other apps to use your app

2004-12-22 Thread Daniel Gonzalez
Thanks very much for your reply Neil. It looks then as if I will have to use your suggestion of using SysUIAppSwitch as I'm not sure if all the code I will need can be accessed from the first segment and I have alse used static member variables. Cheers Danny. -- For information on using

Re: Palm OS Developer Program

2004-12-22 Thread Ben Combee
At 09:18 AM 12/22/2004, you wrote: Looks like that they are having problems with this new provider. be patient, probably they are still migration subscriptions from the other base. There are developers that are in worst situation compared to you like me that can not login! I am collecting all

Re: expanded-mode

2004-12-22 Thread Ben Combee
At 02:27 AM 12/22/2004, you wrote: I only have brief idea of the expanded mode. Anybody know where I can find the very detailed info? I am working on something that requires deep knowledge in this subject. Metrowerks had a white paper on the topic at one time. Otherwise, the best thing is to

Re: throw x errthrow

2004-12-22 Thread Ben Combee
At 09:55 AM 12/22/2004, you wrote: Hi, I have a doubt regarding the use of errthrow for a PalmOS 68k device application development using PODS: There is some disadvantage in using the standard throw instead of the 68k's errthrow ? I just started the use of it and check that using throw the

Re: Palm OS Developer Program

2004-12-22 Thread Regis St-Gelais
Erico Franco [EMAIL PROTECTED] a écrit dans le message de news: [EMAIL PROTECTED] snip There are developers that are in worst situation compared to you like me that can not login! snip Hi Erico, -The only way I was able to login the first time was to ask for a temporary password (by

Re: Palm OS Developer Program

2004-12-22 Thread Christoph Regli
Thank you very much, Ben. So I take the opportunity and add another issue: Once I am logged in and surf to Manage My Applications, I eventually get a list of my applications (although not complete at the moment, but that has been mentioned above). Now I'd like to update the description of an

Re: Chinese Character Recognition

2004-12-22 Thread Ken Krugler
See if you can help me out with this one. I need to write an application (its like a form) where the user will type in Chinese and the characters need to be displayed in the text fields of the form. Basically I am looking at Chinese handwriting recognition. All Chinese solutions for Palm OS have

Re: Palm OS Developer Program

2004-12-22 Thread Ben Combee
At 11:01 AM 12/22/2004, you wrote: Thank you very much, Ben. So I take the opportunity and add another issue: Once I am logged in and surf to Manage My Applications, I eventually get a list of my applications (although not complete at the moment, but that has been mentioned above). Now I'd like

Re: Palm OS Developer Program

2004-12-22 Thread Ton van Overbeek
On 2004-12-22, Ben Combee [EMAIL PROTECTED] wrote: At 09:18 AM 12/22/2004, you wrote: Looks like that they are having problems with this new provider. be patient, probably they are still migration subscriptions from the other base. There are developers that are in worst situation compared to

Re: Palm OS Developer Program

2004-12-22 Thread Ben Combee
One other issue: the (partial) PalmOS source code for PalmOS up to 4 are nowhere to be found any more. Will they be availabel again ? We didn't get the developer agreements transferred to the new developer accounts yet. I don't know yet if this will be its own click-through agreement, or if it

problems with PalmOS_Garnet_Update_68K_R1.zip

2004-12-22 Thread Regis St-Gelais
I'v unzipped PalmOS_Garnet_Update_68K_R1.zip to a temporary folder and copied the files to where they should be. Now I try to delete the temporary folder and some files and sub-forlders are read only and no mather what I do, a can't delete them. I'v setup explorer to show all files (hidden and

Re: Palm OS Developer Program

2004-12-22 Thread Ton van Overbeek
On 2004-12-22, Ben Combee [EMAIL PROTECTED] wrote: One other issue: the (partial) PalmOS source code for PalmOS up to 4 are nowhere to be found any more. Will they be availabel again ? We didn't get the developer agreements transferred to the new developer accounts yet. I don't know yet if

Re: Socket Notification on Simulator

2004-12-22 Thread Henk Jonas
Can't you poll the socket from within a procedure alarm? Henk Geoffrey Cross wrote: Out of interest: how does verichat implement their background socket listening? It seems to run fine in the simulator. Geoff. -Original Message- From: [EMAIL PROTECTED] [mailto:bounce-383443- [EMAIL

Re: Palm OS Developer Program

2004-12-22 Thread Steven Fisher
Ton van Overbeek wrote: I also had to go through 'the request temp password and change it' routine on the new site. My personal data in 'My Account' were correct, so they seem to have transferred OK. This workaround did not work fo me -- my account was simply gone. -- Steve -- For information on

Re: expanded-mode

2004-12-22 Thread Steven Fisher
Ben Combee wrote: At 02:27 AM 12/22/2004, you wrote: I only have brief idea of the expanded mode. Anybody know where I can find the very detailed info? I am working on something that requires deep knowledge in this subject. Metrowerks had a white paper on the topic at one time. Otherwise, the

5way detection

2004-12-22 Thread Chris Apers
Hi, I use this to detect 5way nav : UInt32 version; if (!FtrGet(navFtrCreator, navFtrVersion, version)) if (version = 1) OPTIONS_SET(kOpt5WayNavigator); But this doesn't seem to work on T5, any idea ? Thanks Chris -- For information on using the Palm Developer Forums, or to

RE: need to link libPalmOSGlue.a

2004-12-22 Thread Michael Garufi
Already figured it ! Thanks, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of mguo Sent: Wednesday, December 22, 2004 2:24 AM To: Palm Developer Forum Subject: re: need to link libPalmOSGlue.a include palmglue library in your project. it is a static

Re: 5way detection

2004-12-22 Thread Henk Jonas
Hm, what is it used for? You could just support 5-way, no matter if it exists on the given device or not. The T5 could also use the Rocket-5-way, not the PalmOnes one. Henk Chris Apers wrote: Hi, I use this to detect 5way nav : UInt32 version; if (!FtrGet(navFtrCreator, navFtrVersion,

Re: 5way detection

2004-12-22 Thread Ben Combee
At 04:29 PM 12/22/2004, you wrote: Hi, I use this to detect 5way nav : UInt32 version; if (!FtrGet(navFtrCreator, navFtrVersion, version)) if (version = 1) OPTIONS_SET(kOpt5WayNavigator); But this doesn't seem to work on T5, any idea ? The Tungsten T5 uses the PalmSource vchrRocker

Re: 5way detection

2004-12-22 Thread Chris Apers
OK thanks, but i use key bits and it seems that those bits are the same for 5way and rocker, can you confirm me this ? Is there a way to detect the new rocker ? is detecting fnav resource or Zodiac device is the god way to do this ? For Henk : thanks for the idea, but i use a different control

Re: Is it possible to detect no-notify reset?

2004-12-22 Thread Chris Tutty
From: Jan Slodicka [EMAIL PROTECTED] there are situations when the activity of some OS patches such as PiDirect, Tealscript, hacks etc. may negatively influence the active program. Can somebody advice how to detect their presence? Hacks are installed in a documented manner (don't know about

Re: Socket Notification on Simulator

2004-12-22 Thread Geoffrey Cross
They don't seem to be using Alarms: I've checked that. I'm trying to work this out without having an actual device and PalmInternals crashes the Treo simulator; how does one check for whether an application has registered particular notifications? I guess they might be registering an idle

Re: 5way detection

2004-12-22 Thread Henk Jonas
Actually the 5way and the rocker can coexist. The Tapwave SDK redefines PalmOnes 5way-keybits to something different. Hm, different controls with rocker and 5-way, but why? Regards Henk Chris Apers wrote: OK thanks, but i use key bits and it seems that those bits are the same for 5way and

Sample Build Script in CW 9

2004-12-22 Thread Aaron Hansen
Hey Folks (Ben?), Currently in our nightly build script we fire off the CW ide directly to build our project. The down side of this is that when errors occur there is no output (right?). We were looking at the sample VB build script found in the CW examples folder and tried running it

Re: Sample Build Script in CW 9

2004-12-22 Thread Chris Tutty
From: Aaron Hansen [EMAIL PROTECTED] We were looking at the sample VB build script found in the CW examples folder and tried running it unaltered. It seems to have found and built our project for debug and release. However I have zero experience with VB and very little with scripts in

Re: Palm OS Developer Program

2004-12-22 Thread Gary
Ditto me too! Doh! I thought it was just the old brainfade but I checked my records and they and the web server simply will not agree with each other. Um...anyone else no longer a Palm OS developer? :( gary douglas nth gen --- Steven Fisher [EMAIL PROTECTED] wrote: Ton van Overbeek

Re: Palm OS Developer Program

2004-12-22 Thread Ben Combee
At 10:15 PM 12/22/2004, you wrote: Ditto me too! Doh! I thought it was just the old brainfade but I checked my records and they and the web server simply will not agree with each other. Um...anyone else no longer a Palm OS developer? We did analysis on what was happening today. As part of the

Re: Palm OS Developer Program

2004-12-22 Thread Aaron Ardiri
We did analysis on what was happening today. As part of the transition from the old database to the new one, our provider did a clean-up pass on records, and removed accounts that couldn't be verified. This might mean that you had abbreviated address information or something else that

Re: Palm OS Developer Program

2004-12-22 Thread Steven Fisher
Aaron Ardiri wrote: We did analysis on what was happening today. As part of the transition from the old database to the new one, our provider did a clean-up pass on records, and removed accounts that couldn't be verified. This might mean that you had abbreviated address information or

Re: Palm OS Developer Program

2004-12-22 Thread Ben Combee
mmm.. i thought i would check just for fun. it seems my account is gone too :) shameful. thankfully i have mirrored everything i need on my hard drives over the years. i wonder how many non USA based people got removed because of the filtering system? That's very, very bogus, IMO. I don't know

Re: Palm OS Developer Program

2004-12-22 Thread David Orriss Jr
Well, let me take a moment to say that your provider *lousy*. Not only did I lose my account, but I can't put a new one in because their ZIP code database is either [a]offline or [b] incomplete. Considering how long I've had a Palm developer account I'm less than thrilled that I have to go

Difference between NULL and 0?

2004-12-22 Thread Andrew J. Huang
Gentle developers, This is a really pretty dumb question, but NULL and 0 act differently using the gnu toolchain. What exactly is the difference? Thanks, Andy -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Palm OS Developer Program

2004-12-22 Thread Gary
Will do! Not so much to get access to PalmSource... :) Thanks again! Gary Douglas --- Ben Combee [EMAIL PROTECTED] wrote: We did analysis on what was happening today. As part of the transition from the old database to the new one, our provider did a clean-up pass on records, and

Re: Palm OS Developer Program

2004-12-22 Thread Gary
I got the same - regardless of what's entered on the reg form it just comes back changes saved but nothing's highlighted as if it's out of line. I gave up on it, for tonight I'm a rogue Palm programmer yay! Gary Douglas --- Ben Combee [EMAIL PROTECTED] wrote: mmm.. i thought i would check

Re: expanded-mode

2004-12-22 Thread mguo
Cool!! Thanks a lot, Ben! -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

MemChunkNew

2004-12-22 Thread mguo
As my understanding, MemChunkNew can be used to allocate 64K space from dynamic heap. If I want to allocate 64K record from storage heap, can I use MemChunkNew as well? Thanks -mguo -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: Palm OS Developer Program

2004-12-22 Thread Christoph Regli
Maybe we should ask the other question -- did any international developers survive the purge? Yes, I survived... albeit there were some difficulties in translating a phone number from Switzerland into the international phone number format. Anyway, I agree that it would have been a better