Page 1 of 1

Need explanation of this code

Posted: Jan 26 2013
by Sinatra Fan
Can someone tell me the purpose of the following code...

#EVENTS
OnDestroy = EasyLanguageRtlOnDestroy;
#END ;


thanks

Re: Need explanation of this code

Posted: Jan 26 2013
by TJ
Can someone tell me the purpose of the following code...

#EVENTS
OnDestroy = EasyLanguageRtlOnDestroy;
#END ;


thanks
For use with custom DLLs.
For more information, see EasyLanguage Extension Software Development Kit (SDK)
and TS Tool Kit library TSKIT.DLL.

Re: Need explanation of this code

Posted: Jan 29 2013
by Dru
Can someone tell me the purpose of the following code...

#EVENTS
OnDestroy = EasyLanguageRtlOnDestroy;
#END ;


thanks
Such code is produced when you unpack source protected ELA/ELS/ELD archives.
This is TS "underground". It is useless for MC. You can remove it safely.