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

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 .EX

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 "revunloa

RE: Building a Windows standalone without tsNet?

2020-08-12 Thread Ralph DiMola via use-livecode
] 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 &

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 Stan

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]