PathEngine home | previous: | next: |
Initialise PathEngine after dll load (dll linkage).
extern "C" { void __stdcall DLLExport_Init(iAllocator* allocator, iErrorHandler* handler); } |
allocator | A pointer to an object PathEngine will call to allocate memory, or nullptr to indicate that the default allocator should be used. (If a custom allocator is supplied then the pointed to allocator object must remain valid until PathEngine is shut down.) | ||
error_handler | A pointer to an object PathEngine will call to handle errors. (Should not be nullptr, and the pointed to object must remain valid until PathEngine is shut down.) |
Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEngine | next: |