Announcement

Collapse
No announcement yet.

initLibrary()/shutdownLibrary() changed to initLib()/shutdownLib()

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • initLibrary()/shutdownLibrary() changed to initLib()/shutdownLib()

    IMPORTANT

    In order to avoid some weird internal conflicts with the JavaScript engine, any .efsLib FunctionLibrary should now use:

    initLib()
    shutdownLib()

    instead of the old initLibrary()/shutdownLibrary(). These are called once each for every .EFS that uses your FunctionLibrary file.

    (initLib is called during the preMain(), and shutdownLib is called during the postMain()).

    This will take effect from Build 706 onwards (Beta/2 will have these changes).

    Thanks!
Working...
X