Building a Windows standalone without tsNet?

Ralph DiMola rdimola at evergreeninfo.net
Wed Aug 12 13:18:36 EDT 2020


Paul,

Sorry, I don't know. It does disable tsNet but I don't know if the
standalone builder respects it when automatically adding required
inclusions.  What you may have to do is use the manual inclusions pane of
the standalone options and don't include tsNet. Then you might/might not
have to do (dispatch "revunloadlibrary" to stack tsnetliburl) in the
standalone's preopenstack handler.

Ralph DiMola
IT Director
Evergreen Information Services
rdimola at evergreeninfo.net


-----Original Message-----
From: use-livecode [mailto:use-livecode-bounces at lists.runrev.com] On Behalf
Of Paul Dupuis via use-livecode
Sent: Wednesday, August 12, 2020 12:39 PM
To: use-livecode at lists.runrev.com
Cc: Paul Dupuis
Subject: Re: Building a Windows standalone without tsNet?

On 8/12/2020 11:59 AM, Ralph DiMola via use-livecode wrote:
> Paul,
>
> Disable:
> dispatch "revunloadlibrary" to stack tsnetliburl

If I execute this in the message box in the IDE does that then prevent the
Standalone builder from including it? Or do I need to execute this in the
startup of the Standalone itself?


>
> Enable:
> dispatch "revloadlibrary" to stack tsnetliburl
>
> Ralph DiMola
> IT Director
> Evergreen Information Services
> rdimola at evergreeninfo.net
>
> -----Original Message-----
> From: use-livecode [mailto:use-livecode-bounces at lists.runrev.com] On 
> Behalf Of Paul Dupuis via use-livecode
> Sent: Wednesday, August 12, 2020 11:40 AM
> To: How to use LiveCode
> Cc: Paul Dupuis
> Subject: Building a Windows standalone without tsNet?
>
> I have a very simple stack that I want to build a Windows standalone 
> for (.exe). I do not use any internet/networking related commands or 
> functions in my scripts
>
> The standalone builder for LC9.6.0 insists on including the "Externals"
> folder with tsNet dll in it.
>
> Can some one remind me how I tell the LC not to include tsNet? I knew 
> it once, have forgotten, and can't find in anywhere in any documentation.
>
> Thank you in advance.
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your 
> subscription
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


_______________________________________________
use-livecode mailing list
use-livecode at lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode





More information about the use-livecode mailing list