On Mar 26, 2006, at 3:11 PM, Michael Williams wrote:
Is there any way to compile an existing executable into an RB project? Basically, I have a few "compiled" Python scripts that do certain things much better than RB could ever hope. That said, RB does a few things that would be quite cumbersome in Python (GUI not being the least of which). Basically, I need to be able to both call (piece of cake) and preferably have the scripts be completely controlled and contained within (for asthetics and logistical purposes) one RB project. Any ideas?
On OS X, you can bundle your application. Compile as MachO or use AppBundler: http://bitjuggler.com/products/appbundler/. Not sure what to do on other platforms, besides including the executables as text files and writing them out at runtime.
-- Asher _______________________________________________ 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>
