At 5:28 AM +0000 5/1/01, Bhaski wrote:
>Hi all
>
>Can anyone tell me where i can find this file "PalmGUI_Lib.c" is it 
>avaliable in sdk 3.1 and what does this file do. I searched my 
>system but i could not find this file.
>
>When i run my application it show error in this file which does not 
>exist in my system.
>
>Bye
>Bhaski

Bhaski,

Typically, when you see an error message including the name of a 
file, that means that something in your application or something in 
the Palm OS called ErrDisplayFileLineMsg (possibly indirectly through 
the ErrDisplay family of macros).  However, there is no file named 
"PalmGUI_Lib.c" in the Palm OS source code or any Palm applications 
or libraries.  And since you say that you don't have such a file 
either, I suggest you start looking elsewhere.

Perhaps you have a hack, extension, shared library, preference panel, 
or other executable database that references "PalmGUI_Lib.c".  But 
finding this database may be tricky.  Me, personally, I'd iterate 
over all the databases looking for one with a resource in it that 
contained the string "PalmGUI_Lib.c".  However, if you're not 
comfortable doing that, then you might instead decide to start 
deleting executable databases until the error goes away.

-- 

-- Keith Rollin
-- Palm OS Emulator engineer

P.S. Check out the new e-mail address.  [EMAIL PROTECTED] will work 
for a while, but anyone mailing me needs to update to the new one 
eventually.

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

Reply via email to