How you force inclusion of 'rev' functions in a standalone?

Paul Dupuis paul at researchware.com
Fri Mar 25 10:41:25 EDT 2016


I have a standalone that does not include functions like revCopeFolder,
revCopyFile, revDeleteFolder, etc,

The standalone does however, open an external stack that expects to use
these functions, but what happens is I get an execution error handler
not found (i.e Handler: can't find handler: revDeleteFolder (Line 339,
column 1))

So how do I force LiveCode to include these in the Standalone?

Do I just need a handler in the stack script (or somewhere) that is
never actually called, but included the functions I need, so the
standalone builder detects their presence when compiling scripts and
includes them? So other approach?

Under "Set Inclusions for Standalone Builder" setting, where you can
explicitly include the revZip library and so on, there doesn't seem to
be an inclusion for the rev file/folder extensions? Is this a bug?

Can someone from LiveCode advise on the definitive best way to do this?




More information about the use-livecode mailing list