Single File Deploy on Windows?

Dan Friedman dan at clearvisiontech.com
Tue Apr 4 13:29:22 EDT 2017


Thank you everyone for your suggestions.  I’ve been doing it that way for years (save the dll’s as needed at runtime).  The problem is that it seems that an EXE made from LC 9.0 won’t even launch if you include any items related to the internet (Broswer, Internet, SSL, etc) unless the tsNet.dll is present and in the same directory as the exe.  Now, I can fool LC by unchecking these items in the Inclusions panel.  Now the exe launches.  In my “startup” script, I save the dll’s to disk (from custom props) which works fine.   However, the exe errors when you try to access the internet.  Then I thought that it doesn’t know they are there unless you set the externals of the mainStack.  So, when the app launches, in the startup script, I set the externals of the mainStack to the path to the DLLs, but it still fails.  Now I am sad.

Any thoughts?

Also, what’s with this ginormous DLL “libcef.dll”?  It’s 47.5MB.  Anyone know what that’s related to?

-Dan



More information about the use-livecode mailing list