revcom <[EMAIL PROTECTED]> wrote:
> Has something changed to make Fred's '32K limit workaround' no longer
> applicable?
Actually something changed to make Fred's technique even easier! If the
app's entry point (e.g., the start() function) is not at the beginning of
the code #1 resource, build-prc v2.0 will insert a jump to the right place.
This means you can just put start() (i.e., crt0.o) in the middle of your
link line and execution will jump to the right place without you having
to worry about creating your own myStart() function.
Alas, as you've discovered, there's a bug (now fixed) that made it jump
to the wrong address most of the time. :-( Thanks for uncovering it.
You can work around this by putting your own myStart() function at the
beginning as before and explicitly setting it to be the entry point by
adding `-e myStart' to your link command.
John
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palm.com/devzone/mailinglists.html