PathEngine home previous: Example Projectsnext: 'testapplication'
Contents, Programmers Guide, Example Projects, 'loadpathengine'

'loadpathengine'

Description

Link with the standalone PathEngine dll and runs a simple test across the interface.

Linking with the SDK explains the linkage in more detail.

'Main.cpp' provides an error handler, checks that the interface version is compatible, and runs a simple test.
'LoadPathEngine.cpp' deals with loading the dll and obtaining the interface.

Once built, you can run this project by double-clicking 'loadpathengine.exe', in the 'bin' subdirectory of the SDK.
On running the project you should simply get the message: "Simple test completed successfully."

Note that this example requires the stand-alone PathEngine dll, and therefore will not run against the testbed only version of the SDK.


Documentation for PathEngine release 5.23 - Copyright © 2002-2010 PathEnginenext: 'testapplication'