On Wed, 14 Apr 1999, Aaron Ardiri wrote:
> On Wed, 14 Apr 1999, Marc Balmer wrote:
> > On Wed, 14 Apr 1999, you wrote:
> > 
> > >  does anyone have an explanation for this error?
> > 
> > You have used a function which is found in the standard C library, e.g.
> > strcpy. You should not use the functions but their Palm OS equivalent like
> > StrCopy etc. If you need functionality from the standard (GNU) library,
> > you have to install it somehow on the palm.
> 
>   hmm..
> 
>   if i am not using a GNU C library call.. what else could be the
>   problem?
> 
>   cheers.

  i have built two identical programs.. and located where this thing
  crashes.

  in my InitApplication() method i added the following lines:

---
  KeySetMask(~(
               moveLeftKey  | moveRightKey  |
               digLeftKey   | digRightKey   |
               climbUpKey   | climbDownKey
              ));
---
 
  where... i have defined the following in a header file:

---
#include <System/KeyMgr.h>

#define digLeftKey   keyBitHard1
#define moveLeftKey  keyBitHard2
#define moveRightKey keyBitHard3
#define digRightKey  keyBitHard4
#define climbUpKey   pageUpChr
#define climbDownKey pageDownChr
---

  any suggestions?

  i dont see any GNU stuff there..

  cheers.

az.
--
Aaron Ardiri 
Lecturer                       http://www.hig.se/~ardiri/
University-College i G�vle     mailto:[EMAIL PROTECTED]
SE 801 76 G�vle SWEDEN       
Tel: +46 26 64 87 38           Fax: +46 26 64 87 88
Mob: +46 70 352 8192           A/H: +46 26 10 16 11

Reply via email to