Roll Em Documentation Moved to Doc.html Images have hover help naming. (Hover over an item for a sec and it gives you it's name.) Roll Em Installation v1.20 - v1.23 Same install as 1.10 with one addition: Need to run Roll Em Update to initialize the sounds if upgrading from a previous version. v1.10 To install Roll Em v1.10: 1) Install the program RollEm.prc. 2) Run Roll Em. 3) If you have had and earlier version of Roll Em you will be prompted to either delete or update you current database. Deleting will erase the previous database and intialize it to new values. To update Roll Em v1.10: 1) Install both programs RollEm.prc and RollEmUpd.prc. 2) Run Roll Em Updater. 3) Click on the button "Update Database" 4) You can now delete Roll Em Updater from your pilot. 5) Run Roll Em. v1.01 When updating from v1.0 to v1.01 the older saved pages will be deleted and 5 new pages will be recreated. In future releases I will be adding an update program to convert the data, when needed. Feel free to distribute the program but if you do keep please try to keep the source with it. You may modify the any of the source code if you wish. (Like I had to tell you that.) If you like it send me an e-mail. Have fun with it. Scott ------------------------------- Other stuff... Web: http://www.Mindspring.com/~SukiShort Any problems or suggestions... e-mail: SukiShort@Mindspring.com ------------------------------- 07/21/2000 ------------------------------- Changes in v1.23 Fixed SetField again. ------------------------------- 07/15/2000 ------------------------------- Changes in v1.22 Fixed add page bug. (Don't know how it worked before.) Fixed SetField memory overwrite. Changed about box web and e-mail addresses. ------------------------------- 03/23/2000 ------------------------------- Changes in v1.21 Changed from GCC 0.5.0 to newest GCC. Fixed memory leaks leftover from testing comments. Fixed uninitialized var in RollEm custom. Fixed uninitialized var in RollEmUpd PlayNote. ------------------------------- 03/18/2000 ------------------------------- Changes in v1.20 Added user definable sounds. Added saving rolls between sessions. Added sound editing in Update. Added small icons to Roll Em and Update. Changed the name and icon of Update. Fixed the incorrect date in the about box. Added Doc.html. ------------------------------- 01/26/2000 ------------------------------- Changes in v1.10: Added Roll Em Updater to update settings for Roll Em. Added roll results dialog to display the rolls. Database changes to support v2.0. Major code clean up/changes to support v2.0. Known problems: Doesn't save rolls between sessions. (v2.0 planned) Needs better documentation. ------------------------------- 11/29/1999 ------------------------------- Thankx to Christian Zuckschwerdt here are Linux scripts to compile Roll Em. So here is my patch to make it compile: rename misc.h to Misc.h add this two scripts zany@host:~/palm-ware/free-games/RollEm101 > cat Compile.sh ---cut here--- echo echo *Run the resource compiler* echo pilrc Resource.rcp echo echo *Compile the source files into object files* m68k-palmos-coff-gcc -O1 -c RollEm.c -o RollEm.o m68k-palmos-coff-gcc -O1 -c Misc.c -o Misc.o echo echo *Link the object files* m68k-palmos-coff-gcc -O1 RollEm.o Misc.o -o RollEm echo echo *Link the resource file ... I think* m68k-palmos-coff-obj-res RollEm echo echo *Build the prc file* build-prc RollEm.prc "Roll Em" RlEm *.grc *.bin echo ls -al *.prc ./Cleanup.sh ---cut here--- zany@host:~/palm-ware/free-games/RollEm101 > cat Cleanup.sh ---cut here--- rm *.grc rm *.bin rm *.o rm RollEm ---cut here--- ------------------------------- Disclaimer: (You knew this was coming didn't you.) This program should not harm the palm pilot in any way. If any problems result I can not be held responsible.