How to tell the engine version of a Windows standalone?

Mike Bonner bonnmike at gmail.com
Mon Sep 5 14:07:27 EDT 2016


I wasn't sure it would work on the others (not tested) but cool that it
does.  I've been wondering how things are shoved together in the builder...
If there just happens to be a match in someones properties, fields,
labels.. whatever.. Is there a chance that the wrong data would be
returned?  (guess it depends on order of appearance)

On Mon, Sep 5, 2016 at 11:48 AM, hh <hh at hyperhh.de> wrote:

> Correction (forgot "+" after "]"):
>
> > Mike B. wrote (summarised):
> > put ".*([0-9]+\.[0-9]+\.[0-9]+).*" into tstring
> > get matchtext url ("binfile:" & \
> >    "path/to/standalone.exe",tstring,tMatch)
> > put tMatch
>
> My first example "6.7.11" was pure fun because your 'old'
> script finds of course the substring "6.7.1".
> But know we are even ready for "8.111.0"!
>
> Thanks again for this useful detail about the version of the
> building engine of standalones. This works for all available
> platforms, not only for Windows.
>
> In case of a HTML5 standalone we have to use
> "path/to/generated/*.html.mem"
> instead of "path/to/standalone.exe".
>
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>



More information about the use-livecode mailing list