How you force inclusion of 'rev' functions in a standalone?
    J. Landman Gay 
    jacque at hyperactivesw.com
       
    Fri Mar 25 13:40:03 EDT 2016
    
    
  
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         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com
    
    
More information about the use-livecode
mailing list