[ ANN ] Release 8.1.0 DP-3

Monte Goulding monte at appisle.net
Tue Aug 16 19:54:04 EDT 2016


> On 17 Aug 2016, at 7:08 AM, Ben Rubinstein <benr_mc at cogapp.com> wrote:
> Is there any way in dp3 to step back a bit further, and include libURL in a standalone without including tsNet?

At the moment (and perhaps this will be the long term recommendation rather than any preferences) for projects that don’t want to use tsNet you can do the following in your main stack initialisation handler (preOpenStack etc):

    if the environment is “development” and there is a stack “tsNetLibURL" then
       dispatch “revUnloadLibrary” to stack “tsNetLibURL”
    end if

That will cause tsNet to unload itself as the libURL driver and as a standalone dependency for libURL.

Cheers

Monte



More information about the use-livecode mailing list