Subsequent loading of LC dlls (in StandAlone)

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
AxWald
Posts: 578
Joined: Thu Mar 06, 2014 2:57 pm

Subsequent loading of LC dlls (in StandAlone)

Post by AxWald » Tue Jul 13, 2021 1:00 pm

Hi,

I have a tiny StandAlone that comes w/o any .dlls. It grabs a file from a remote server, constructs a menu of it, and shows this menu. Each menu item is a stack on this remote server that can be launched. Fine, works well.

Now one of these stacks may need database access. (It's a stack that tests the customers internet connection - how is the latency, the network settings, can we reach the servers via https, http, ftp - and "Can we reach the databases?")

So I'd need revdb.dll & dbmysql.dll. So far no problem, can be fetched. But how to provide them to the already running StandAlone?

Is this possible at all?

Thx, have fun!
All code published by me here was created with Community Editions of LC (thus is GPLv3).
If you use it in closed source projects, or for the Apple AppStore, or with XCode
you'll violate some license terms - read your relevant EULAs & Licenses!

Post Reply

Return to “Talking LiveCode”