Page 1 of 1
Standalone LiveCode
Posted: Fri Sep 30, 2022 12:18 pm
by CAsba
Hi, I'm a newbie, so this might sound naive. I understand that LiveCode is an interpreted language, so how is an app interpreted on a user's computer that does not have a LiveCode interpreter installed ?
Re: Standalone LiveCode
Posted: Fri Sep 30, 2022 12:22 pm
by Klaus
Hi CAsba,
welcome to the forum!
We can create a standalone (a.k.a. runtime) from our stack(s).
This way LC will kind of "wrap" the engine around your stack(s) and
the runtime can then run on any supported platform without the need
of having LC installed.
Best
Klaus
Re: Standalone LiveCode
Posted: Fri Sep 30, 2022 12:30 pm
by CAsba
Thanks Klaus. I didn't fully understand, but I'm reassured that I won't be wasting my time in making a distributable executable prog.
Re: Standalone LiveCode
Posted: Fri Sep 30, 2022 12:48 pm
by Klaus
YO!
Your message contains 7 characters.
You need to enter at least 10 characters.
Re: Standalone LiveCode
Posted: Fri Sep 30, 2022 2:14 pm
by Cairoo
I think the above reply was probably meant for another topic, but yes, each standalone contains the LC runtime for its particular platform.
Re: Standalone LiveCode
Posted: Fri Sep 30, 2022 2:26 pm
by Klaus
No, "YO!" was meant for CAsba as a confirmation, but the forum does not like short postings and throws an error,
so I always copy and paste the error message into my too short posting.
Or did I misunderstand you?
Re: Standalone LiveCode
Posted: Fri Sep 30, 2022 3:51 pm
by dunbarx
Hi as well.
A typical stack, even if it contains substacks and all sorts of gadgetry, is generally many kiloBytes in size.
A standalone, even if it is one card with nothing much on it, is handfuls of megaBytes.
The engine is embedded in every standalone.
Craig
Re: Standalone LiveCode
Posted: Fri Sep 30, 2022 4:12 pm
by Cairoo
Klaus wrote: ↑Fri Sep 30, 2022 2:26 pm
No, "YO!" was meant for CAsba as a confirmation, but the forum does not like short postings and throws an error,
so I always copy and paste the error message into my too short posting.
Or did I misunderstand you?
That clears it up, thanks. I didn't know what you meant by the error message and I probably wasn't the only one.
Re: Standalone LiveCode
Posted: Fri Sep 30, 2022 5:04 pm
by Klaus
Oh, I see, sorry for that!