PathEngine home previous: The Interface Layer Packagenext: Platform Specific Source Code Archives
Contents, Programmers Guide, Building the Source Code, The Full Source Package

The Full Source Package

Obtaining the full source package

The full source package is provided separately from the main release in 'fullSourceMM_mm.zip', where MM is the major release number and mm is the minor release number.

Unzip the contents of this archive into the same directory as the release itself.
(The source package version numbers must be the same as the version numbers for the release.)

Contents of the package

The package contains source code and project files for the main SDK components, and for all internal static libraries.
(See Internal Organisation for information about how the SDK components decompose into libraries.)
Binaries are not included so all static libraries will need to be built from source.

Visual Studio 2005 project and solution files for the PC (Windows x86) platform are included with the full source archive.
Project and solution files for other platforms (or alternative build infrastructure, in the case of non-MS platforms) can be found in the relevant platform source archives.


Documentation for PathEngine release 5.16 - Copyright © 2002-2008 PathEnginenext: Platform Specific Source Code Archives