The C API component of the Eduction SDK includes:
edk.h
).edk.lib
), Windows only.edk.dll
) or shared object on UNIX (libedk.so
).Solution files and project files are provided for Visual Studio 2010.
To use the Eduction SDK in C, include the edk.h
header file from your C source code and link with the SDK library. A sample makefile is provided showing how to compile and link to the SDK.
On Windows, you must specify the Eduction library in the PATH
environment variable. On UNIX, the shared object must be in the library search path.
|