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

_______________________________________________
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

Reply via email to