PathEngine home previous: Tile‑by‑tile Construction with the 3D Processnext: Calling Through Abstract Base Classes
Contents, Programmers Guide, Linking with the SDK

Linking with the SDK

This section describes how to link with PathEngine from C++ code. For information about linking with PathEngine from other code, please refer to Using PathEngine with Other Languages.

Depending on platform and package type PathEngine can be linked statically (as a static library) or dynamically (as a separate dll or shared object).

The external API headers (C++) can be found in the 'SDKRoot/code/externalAPI' SDK subdirectory.

Contents

Calling Through Abstract Base Classes
Interface Version Numbers
Linking with the PathEngine DLL
Linking with the TestBed
Dynamic Linking on GCC Based Platforms
Memory Allocation Hooks
Linking with PathEngine Statically

Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEnginenext: Calling Through Abstract Base Classes