Re: Building a Windows standalone without tsNet?

2020-08-12 Thread J. Landman Gay via use-livecode

Did you try just removing the external and library from the standalone 
inclusions?

In standalone settings, General pane, choose "Select inclusions for the standalone 
application". In the Inclusions pane, uncheck TSNet and Internet Library.



On 8/12/20 12:21 PM, matthias rebbe via use-livecode wrote:


As Ralph wrote,

execute this in message box

dispatch "revunloadlibrary" to stack tsnetliburl


and then build your standalone.


-
Matthias Rebbe
Life Is Too Short For Boring Code


Am 12.08.2020 um 17:59 schrieb Ralph DiMola via use-livecode 
:

Paul,

Disable:
dispatch "revunloadlibrary" to stack tsnetliburl

Enable:
dispatch "revloadlibrary" to stack tsnetliburl

Ralph DiMola
IT Director
Evergreen Information Services
rdim...@evergreeninfo.net

-Original Message-
From: use-livecode [mailto:use-livecode-boun...@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@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@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@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode




--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com

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


Re: Building a Windows standalone without tsNet?

2020-08-12 Thread Paul Dupuis via use-livecode

Thank you Matthias and Ralph.

In general, I am more of a Windows person than a macOS person, but one 
thing I really wish Windows would adopt is .exe folder, like macOS .app 
folders so that things like the Externals folder and anything else the 
app needed could app "appear" to be inside the .EXE



On 8/12/2020 1:21 PM, matthias rebbe via use-livecode wrote:

As Ralph wrote,

execute this in message box

dispatch "revunloadlibrary" to stack tsnetliburl

and then build your standalone.


-
Matthias Rebbe
Life Is Too Short For Boring Code


Am 12.08.2020 um 17:59 schrieb Ralph DiMola via use-livecode 
:

Paul,

Disable:
dispatch "revunloadlibrary" to stack tsnetliburl

Enable:
dispatch "revloadlibrary" to stack tsnetliburl

Ralph DiMola
IT Director
Evergreen Information Services
rdim...@evergreeninfo.net

-Original Message-
From: use-livecode [mailto:use-livecode-boun...@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@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@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@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@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Building a Windows standalone without tsNet?

2020-08-12 Thread matthias rebbe via use-livecode


As Ralph wrote,

execute this in message box
> dispatch "revunloadlibrary" to stack tsnetliburl

and then build your standalone.


-
Matthias Rebbe
Life Is Too Short For Boring Code

> Am 12.08.2020 um 17:59 schrieb Ralph DiMola via use-livecode 
> :
> 
> Paul,
> 
> Disable: 
> dispatch "revunloadlibrary" to stack tsnetliburl
> 
> Enable: 
> dispatch "revloadlibrary" to stack tsnetliburl
> 
> Ralph DiMola
> IT Director
> Evergreen Information Services
> rdim...@evergreeninfo.net
> 
> -Original Message-
> From: use-livecode [mailto:use-livecode-boun...@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@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@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@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


RE: Building a Windows standalone without tsNet?

2020-08-12 Thread Ralph DiMola via use-livecode
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
rdim...@evergreeninfo.net


-Original Message-
From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf
Of Paul Dupuis via use-livecode
Sent: Wednesday, August 12, 2020 12:39 PM
To: use-livecode@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
> rdim...@evergreeninfo.net
>
> -Original Message-
> From: use-livecode [mailto:use-livecode-boun...@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@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@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@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@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Building a Windows standalone without tsNet?

2020-08-12 Thread Paul Dupuis via use-livecode

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
rdim...@evergreeninfo.net

-Original Message-
From: use-livecode [mailto:use-livecode-boun...@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@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@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@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


RE: Building a Windows standalone without tsNet?

2020-08-12 Thread Ralph DiMola via use-livecode
Paul,

Disable: 
dispatch "revunloadlibrary" to stack tsnetliburl

Enable: 
dispatch "revloadlibrary" to stack tsnetliburl

Ralph DiMola
IT Director
Evergreen Information Services
rdim...@evergreeninfo.net

-Original Message-
From: use-livecode [mailto:use-livecode-boun...@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@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@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode