Re: Hlep! GCC Link Error!

2002-02-15 Thread Wojciech Godynski
Hong Yu wrote: >My application now grow a little bit larger than before. > >Now every time when I compile it, it return error message like this: > >PRC-TOOLS/H-I586-CYGWIN32/M68K-PALMOS/LIB/LIBCRT.A(hooks.o) >(.text+0xa6):hooks.c: relocation truncated to fit: DISP16 start > >How to fix this? > >T

Re: Errors on PalmEmulator but not on Palm

2002-02-04 Thread Wojciech Godynski
Roberto Amorim wrote: > Didn't you forget to allocate memory for any pointer? > Regards > Roberto Amorim > I don't think so. So,why does it work on Palm? Wojtek -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/f

Errors on PalmEmulator but not on Palm

2002-02-04 Thread Wojciech Godynski
PalmEmulator says that myapp "has just read directly from memory manager data structures".But on Palm app works properly. I've PilotEmulator 3.03a3. Wojtek -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

RecordList structure

2001-11-23 Thread Wojciech Godynski
Once we were discussing about using multiple sort orders for records in Palm. I solved this problem by creating my own indices. But I'm not satisfied till now. Each database header is foollowed by RecordListType entries. When database is sorted these entries are changed (Uids etc.) . Is it possib

Re: How can I tell if a user clicks on a list/popup

2001-09-05 Thread Wojciech Godynski
Johnathan Smith wrote: >How can I tell if a user clicks on a list/popup > >Then how do I get the text from the item? > > >__ >Do You Yahoo!? >Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger >http://im.yahoo.com > You have

Re: when Press the button , How to exit from my Palm Application.

2001-08-30 Thread Wojciech Godynski
Search the list for word exit, you will find it. Rathaiah wrote: > >Hai Friends >I developed one palm application, that application have one button name >"exit" > when I press the button 'exit' button , need to close my application and >come out to Palm desktop. >I wrote the code for that

Selecting Noneditable field

2001-08-16 Thread Wojciech Godynski
Hi. I have several noneditable fields in my form. In my func there is something like that: Char buff[]=" "; FrmDrawForm(form); StrCopy(buff, smthelse); FldSetTextPtr(fldptr,buff); FldDrawField(fldptr); In OS 3.3 one can select content of that field