Hi,

I'm trying to use PRC-Tools on Red-Hat 9.0
I got the sample 'hello' and I try to compile it. I use the PalmOS sdk
4.0.
The compilation failed with this two errors:

m68k-palmos-gcc -palmos4.0 -Wall -g   -c -o hello.o hello.c
m68k-palmos-gcc: unrecognized option `-palmos4.0'
In file included from hello.c:11:
/usr/share/prc-tools/include/PalmOS.h:12: #error No genuine PalmOS.h
found
/usr/share/prc-tools/include/PalmOS.h:15: warning: #warning use Pilot.h
if you really mean to use the 3.1 SDK or earlier; you may need to run
palmdev-prep or use a suitable -palmosN option -- see
"http://prc-tools.sourceforge.net/cgi-bin/info/palmdev-prep"; for details
make: *** [hello.o] Erreur 1


Anyone can help me to understand what happen? Why gcc doesn't recognize
4.0 SDK?

Thanks a lot for your help.

Cheers,

Yann


-----Message d'origine-----
De�: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] De la part de
Natcho Natchev
Envoy�: dimanche 18 juillet 2004 20:15
��: Palm Developer Forum
Objet�: re: Left-right button char codes?

>3) My app requires an activation code within 7 days. I'm storing the
>activation status and the day count in a pdb-file on the device.
>Problem is,
>I can't get this to hide in the App->Delete section, regardless of
>whether
>the dmHdrAttrHidden is set. In result, the user can delete this file
>and get
>another 7 days trial indefinitely. Not exactly what I had in mind.
>Anyone
>got tips/advice on how to achieve a better copy protection, or how to
>hide
>this file from the user?

Try instead to save it as a preference in your application. They are
more difficult to delete (although it is still possible to do it). 

Alternatively, you could try to save this info directly into your
program's PRC file.
-- 
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/

Reply via email to