Gocator 2300 & 2880 Series
Software Development Kit • 365
Examples
Examples showing how to perform various operations are provided, each one targeting a specific area.
All of the examples can be found in GoSdkSamples.sln.
To run the SDK samples, make sure GoSdk.dll and kApi.dll (or GoSdkd.dll and kApid.dll in debug
configuration) are copied to the executable directory. All sample code, including C examples, is now
located in the Tools package, which can be downloaded by going to
http://lmi3d.com/support/downloads/.
Sample Project Environment Variable
All sample projects use the environment variable GO_SDK_4. The environment variable should point to
the GO_SDK directory, for example, C:\14400-4.0.9.156_SOFTWARE_GO_SDK\GO_SDK.
Header Files
Header files are referenced with GoSdk as the source directory, for example: #include
<GoSdk/GoSdk.h>. The SDK header files also reference files from the kApi directory. The include path
must be set up for both the GoSdk and the kApi directories. For example, the sample projects set the
include path to $(GO_SDK_4)\Gocator\GoSdk and $(GO_SDK_4)\Platform\kApi.
Class Hierarchy
This section describes the class hierarchy of the Gocator 4.0 SDK.