Re: Bundling externals in MacOS X standalones.

2006-10-13 Thread Andre Garzia
Hi Mark, this didn't work for me out of the box. To make this work, I had to trap the "Startup" message and set the defaultfolder to the path of the inner stack or it would not find the externals folder next to the main stack. Cheers andre On Oct 13, 2006, at 3:12 PM, Mark Schonewille wr

Re: Bundling externals in MacOS X standalones.

2006-10-13 Thread Mark Schonewille
Hi Andre, First set the externals property of the mainstack to "externals/ externalname.bundle" or "externals/externalname.dll". Then put the externals into the externals folder, which is next to the standalone. You can include externals in the list of files to copy, in the standalone buil

Bundling externals in MacOS X standalones.

2006-10-13 Thread Andre Garzia
Folks, where should I put a external so it will be bundled in 2.7.4 MacOS X standalone app. I tried opening the package and putting it in the Externals folder next to the application inner executable with no success, I also tried putting it directly next to the inner executable with no su