No Joe i have not used any thing like this actually when application is loaded it starts giving the error some times before clicking on icon.
thanks shailesh -----Original Message----- From: Joe [mailto:[EMAIL PROTECTED]] Sent: Monday, March 18, 2002 1:57 PM To: Palm Developer Forum Subject: Re: Unknown version Error --- Sailesh Chaudhary <[EMAIL PROTECTED]> wrote: > I have upgraded one program from PalmOS 3.0 to PalmOS 4.1, > but when i load it on emulator it gives me the error like: > > UIAppShell[Unknown Version]Just changed the emulated > program counter to 0x8003A1DA. > This address is invalid because it's in neither ROM > nor RAM. > > Can anybody help me in this i am unable to understand where > is the problem. I think this is usually caused by trshing the stack. Did you write to a buffer that is too small? Something like: Char x[3]; // no room for the '\0' StrCopy(x, "Joe"); __________________________________________________ Do You Yahoo!? Yahoo! Sports - live college hoops coverage http://sports.yahoo.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/