When I say a stack I mean a stack.
When I say an application I mean a standalone application.
;)

When I make the standalone, Rev puts the VXCMD_Macho_HC into the bundle and sets 'the externals' of the standalone. If I tell the standalone to
put the externals in fld 2
I see
./VXCMD_Macho_MC Untitled 2.app/Contents/MacOS/externals/revdb.bundle

This isn't where Rev puts the Xcmd. The path to the Xcmd in the bundle is


./Contents/MacOS/externals/database_drivers/VXCMD_macho/Contents// MacOS/VXCMD_macho

I explicitly set 'the externals' to this path in the stack before I make it into a standalone application. But that doesn't work. I can put the Xcmd in the folder with the standalone outside of the bundle, set the externals to this location and after a couple of launches of the standalone, it sees the Xcmd. But I can't get the standalone to see the Xcmd in the bundle.

The Rev Docs lead me to beleive I should be able to use pathnames such as the one above.

Is this the correct pathname?

In general, how does one put things in the bundle.? And where?

Michael

On Jun 21, 2004, at 5:28 PM, Robert Brenstein wrote:

guess that by creating the stack you really mean creating a standalone. The path for standalone will be different than for a stack in IDE. Best is to figure it out programmatically.

_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to