On 3/25/2016 9:41 AM, Paul Dupuis wrote:
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?

The library is included by default in all standalones, which is why there is no selector for it. If it isn't working, the most likely reason is that it hasn't loaded yet when its functions were called. Are you trying to use the library some time during the startup sequence?

--
Jacqueline Landman Gay         |     jac...@hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com

_______________________________________________
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