<HTML><FONT FACE=arial,helvetica><FONT COLOR="#000000" FACE="Geneva" FAMILY="SANSSERIF" SIZE="2">I don't know if this will make a difference, but you could try changing the path to:<BR>
<BR>
./myExternal.bundle<BR>
<BR>
It really shouldn't make a difference, but that's what I've used before.<BR>
You can also bury it in a relative folder such as:<BR>
<BR>
./externals/myExternal.bundle<BR>
<BR>
Finally, one last technique. Create an external "library" stack, set the externals property of that stack, and "start using" the library stack. This gives you finer control of when the external is actually loaded. It's also nice because you can still make changes to the library stack without rebuilding the standalone, including wrappers to external calls, etc.<BR>
<BR>
When the external isn't working, what do you find when you query the "externalFunctions" property? Do you get "Valentina" in the list?<BR>
<BR>
Also, is there any way you could be changing the current directory before the external is loaded (which I think is impossible unless you use "start using", but alas...)? Reason I ask is because the external property is a relative path. You might try outputting the current directory when the external is not working, and see if it is something other than the path to the application.<BR>
<BR>
Hope something there helps!<BR>
<BR>
<BLOCKQUOTE CITE STYLE="BORDER-LEFT: #0000ff 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px; PADDING-LEFT: 5px" TYPE="CITE"></FONT><FONT COLOR="#000000" FACE="Geneva" FAMILY="SANSSERIF" SIZE="2">I was wondering if my filepath for the OS X external is correct though.<BR>
I use simply "myExternal.bundle" and the external is placed in the same<BR>
folder as the app (which is itself a bundle.) This gives variable<BR>
results. Since the Macho engine is inside the Resources folder, which is<BR>
inside the Contents folder, I tried putting the external.bundle into the<BR>
Resources folder inside the app bundle. Still no go.<BR>
</BLOCKQUOTE></FONT><FONT COLOR="#000000" FACE="Geneva" FAMILY="SANSSERIF" SIZE="2"><BR>
<BR>
<BR>
<BR>
<BR>
<BR>
------------------------------<BR>
Brian Yennie<BR>
Chief Technology Officer<BR>
QLD Learning, LLC<BR>
www.QLDLearning.com<BR>
<BR>
PH: (904)-997-0212<BR>
EMAIL: Yennie@aol.com<BR>
-------------------------------<BR>
</FONT><FONT COLOR="#000000" FACE="Geneva" FAMILY="SANSSERIF" SIZE="2"></FONT></HTML>