I made a shared library, and a test program. First I've had difficulties to
compil the library, but finaly I found some options...
But the test program never find the Library ! (Use of SysLibFind and/or
SysLibLoad always return an error)
What's wrong ?
Could you help me ?


/// COMPILE OF LIBRARY
I try with many options and I found the use of the followings.
Here is a sample of the compilation report :

--- m68k-palmos-gcc -O5 -Wall -Wno-switch -c "WhirlSoft.c" -o "WhirlSoft.o"
--- m68k-palmos-gcc -shared -nostdlib -lgcc "WhirlSoft.o" -o "WhirlSoft"
--- m68k-palmos-obj-res -L export.file "WhirlSoft"
m68k-palmos-obj-res: warning: offset table not supported by this version
--- build-prc -L "WhirlSoft.prc" "WhirlSoft" DTS0 *.grc *.bin

Note that compilation produce the files :
data0000WhirlSoft.grc
libr0000WhirlSoft.grc
rloc0000WhirlSoft.grc

and some .bin :
tver0001.bin
tAIN03e9.bin
tAIB03e8.bin
APPL03ea.bin

Note that with, or without this *.bin, the result is wrong !





-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to