Hi Panos,

> Am 01.02.2022 um 17:52 schrieb panagiotis m via use-livecode 
> <use-livecode@lists.runrev.com>:
> 
> Hello Bill,
> 
> You do not need to disable error msgs to build a standalone. I am not sure
> if you ever had to.

I'm sure Bill means that we need to check if LC is building a runtime and then 
we have to 
EXIT all OPENXXX messages:
----------------------------------------
on openstack
   ## Name out of my head, may be named completely differently:
   if revisbuildingstandalone() then
    exit openstack
  end if
 ## more openstack stuf...
...
----------------------------------------
> Kind regards,
> Panos
> --
> 
> On Tue, 1 Feb 2022 at 18:46, William Prothero via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> 
>> Regarding this, I don’t recall seeing a reply to my query about whether
>> you still need to disable error messages when building a standalone.
>> Hopefully this has been fixed, but …
>> 
>> Best,
>> Bill

Best

Klaus

--
Klaus Major
https://www.major-k.de
https://www.major-k.de/bass
kl...@major-k.de


_______________________________________________
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