Hi,
I am new to FRE and am wondering how to properly deinitialise the IEngine in the following scenario.
In Windows, we extract the dll and call IEngine.load while for other OS we directly call IEngine.InitializeEngine.
I can see there's Unload and DeinitializeEngine. Just want to know whether we just need to call DeinitializeEngine in both case or we do Unload for Windows and DeinitializeEngine for the other?
Thank you very much in advance.
Andy
コメント
1件のコメント
Hi Andy
We also work with Java on both Linux and Windows,
I have never used the Unload method, we rely on DeinitializeEngine
Best regards
Koen de Leijer
サインインしてコメントを残してください。