On Jul 12, 2006, at 12:19 PM, Ken Whitaker wrote:
I want to build a set of applications that act as an integrated set
(each with their own program). Is there a convenient way for RB
(RB2006-3) apps to:
1. Call other RB executables
2. Pass (and process) parameters with other RB executables
Yes.
Chances are that you would want the "tools" to be console which would
require the Pro version of REALbasic to compile. You could also
compile these "tools" as Service apps which could run when the
computer boots and does not require a user to be logged in to run.
To pass data between different RB apps, you could use the IPCSocket
which is similar to the TCPSocket except for local connections only.
For smaller amounts of data, you could return values from the command
prompt (formatted in Base64 for binary data).
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>