which Externals does a standalone load?

Mark Waddingham mark at livecode.com
Mon May 22 05:25:51 EDT 2017


On 2017-05-22 11:13, Tiemo Hollmann TB via use-livecode wrote:
> Hello,
> 
> LC 8.1.4 I have a program out in the market, and I am unsure, if it 
> runs
> with or without tsNet.

Standalones only load the externals which are explicitly included (i.e.
those chosen explicitly, or those chosen by the 'search for inclusions' 
step).

You can check to see what a built application (on Mac) is loading by:

   1) Running the app

   2) Go to Activity Monitor

   3) Find the process of the standalone you've just run

   4) Click the 'info' button to get info about the process

   5) Look at the Open Files and Ports tab

   6) See what files under Externals are loaded.

For example, the 8.1.1 Business IDE has these:

/Applications/LiveCode Business 
8.1.1.app/Contents/Tools/Externals/revandroid.bundle/Contents/MacOS/revandroid
/Applications/LiveCode Business 
8.1.1.app/Contents/Tools/Externals/revdb.bundle/Contents/MacOS/revdb
/Applications/LiveCode Business 
8.1.1.app/Contents/Tools/Externals/revfont.bundle/Contents/MacOS/revfont
/Applications/LiveCode Business 
8.1.1.app/Contents/Tools/Externals/revbrowser.bundle/Contents/MacOS/revbrowser
/Applications/LiveCode Business 
8.1.1.app/Contents/Tools/Externals/reviphone.bundle/Contents/MacOS/reviphone
/Applications/LiveCode Business 
8.1.1.app/Contents/Tools/Externals/revspeech.bundle/Contents/MacOS/revspeech
/Applications/LiveCode Business 
8.1.1.app/Contents/Tools/Externals/revvideograbber.bundle/Contents/MacOS/revvideograbber
/Applications/LiveCode Business 
8.1.1.app/Contents/Tools/Ext/blur-1.1.17/blur.bundle/Contents/MacOS/blur
/Applications/LiveCode Business 
8.1.1.app/Contents/Tools/Ext/mergJSON-1.0.33/mergJSON.bundle/Contents/MacOS/mergJSON
/Applications/LiveCode Business 
8.1.1.app/Contents/Tools/Externals/revxml.bundle/Contents/MacOS/revxml
/Applications/LiveCode Business 
8.1.1.app/Contents/Tools/Externals/revzip.bundle/Contents/MacOS/revzip
/Applications/LiveCode Business 
8.1.1.app/Contents/Tools/Ext/mergAV-4.0.19/mergAV.bundle/Contents/MacOS/mergAV
/Applications/LiveCode Business 
8.1.1.app/Contents/Tools/Ext/mergAWS-1.2.29/mergAWS.bundle/Contents/MacOS/mergAWS
/Applications/LiveCode Business 
8.1.1.app/Contents/Tools/Ext/mergBLE-1.1.11/mergBLE.bundle/Contents/MacOS/mergBLE
/Applications/LiveCode Business 
8.1.1.app/Contents/Tools/Ext/mergBonjour-1.0.30/mergBonjour.bundle/Contents/MacOS/mergBonjour
/Applications/LiveCode Business 
8.1.1.app/Contents/Tools/Ext/mergCL-2.0.26/mergCL.bundle/Contents/MacOS/mergCL
/Applications/LiveCode Business 
8.1.1.app/Contents/Tools/Ext/mergGoogle-1.0.17/mergGoogle.bundle/Contents/MacOS/mergGoogle
/Applications/LiveCode Business 
8.1.1.app/Contents/Tools/Ext/mergGoogle-1.0.17/mergGoogle.bundle/Contents/Frameworks/GData.framework/Versions/A/GData
/Applications/LiveCode Business 
8.1.1.app/Contents/Tools/Ext/mergMarkdown-1.0.30/mergMarkdown.bundle/Contents/MacOS/mergMarkdown
/Applications/LiveCode Business 
8.1.1.app/Contents/Tools/Ext/mergMicrophone-1.0.30/mergMicrophone.bundle/Contents/MacOS/mergMicrophone
/Applications/LiveCode Business 
8.1.1.app/Contents/Tools/Ext/mergNotify-2.0.27/mergNotify.bundle/Contents/MacOS/mergNotify
/Applications/LiveCode Business 
8.1.1.app/Contents/Tools/Ext/tsNet_Business_1.2.3/tsNet.bundle/Contents/MacOS/tsNet
/Applications/LiveCode Business 
8.1.1.app/Contents/Tools/Ext/XPDF-1.0.8/XPDF.bundle/Contents/MacOS/XPDF

Warmest Regards,

Mark.

-- 
Mark Waddingham ~ mark at livecode.com ~ http://www.livecode.com/
LiveCode: Everyone can create apps




More information about the use-livecode mailing list