Warning: A non-numeric value encountered in /web5/aldweb/www/aldweb_com/www/thread.php on line 497
Answer n° 1 -------- 01/02/2011 @ 23:16 by aldweb
visitor |
Hello Tom.
1st understanding of your request = you want to modify some part of an executable program in your device. Then, as Palm PRC files (executables) are made of resources, you have to know how to edit resources. Overall, this is quite a sophisticated programming task, that: 1. Cannot be done in LaFac. 2. Can eventually be monitored by iziBasic when launching some dedicated so-called "PP applets" (which require to learn how to code quite low-level with the Palm Pascal compiler - equivalent to C - itself calling Palm OS APIs). There is a sample PP applet and iziBasic calling application to learn how to go ahead in the ppapplets.zip package (to be found on iziBasic's main page on this site).
2nd understanding of your request = you want to write and edit some source code (coded in Basic) and then be able to execute the given instructions directly on your device. Then: 1. LaFac will do the job up to a certain extent. 2. iziBasic will do the job to almost any extent.
Cheers, aldweb |