Functions Compatibility with Version 10
This section describes all changes to Engine loading functions which may require changes in the source code of your applications.
Function | What has happened? | Comment |
---|---|---|
GetEngineObjectEx | Removed |
Use the InitializeEngine function instead. It provides unified support for Engine loading with all license types, including the Online License. The method takes as an input parameter a Boolean value that specifies whether CPU cores should be used in shared mode. If you need shared core usage, setting this mode at initialization time is safer. Formerly, the cores were loaded as isolated and then transferred to shared, which could cause problems when starting several applications at once. |
GetEngineObject | Removed |
Use the InitializeEngine function instead. It provides unified support for Engine loading with all license types, including the Online License. This method now takes only one input parameter — Customer Project ID. |
7/3/2024 8:50:25 AM