What I suggest is to place your commonly used functions in a PalmOS Shared Library 
instead of a free standing application.  Then
have your two applications call this library as needed.  This is the most common way 
of separate programs sharing common
functionality w/o having binary redundancy.

Steve

Charlie Grant wrote:

> I am developing applications on a Symbol SPT1700 using Palm OS 3.2.
>
> I have written two separate applications and from within the first
> application I need to call and run the second application.  If I was using
> standard Ansi 'C' I would use the execl() command.
>
> Can anyone help, please?
>
> --
> For information on using the Palm Developer Forums, or to unsubscribe, please see 
>http://www.palmos.com/dev/tech/support/forums/


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to