Click or drag to resize

How to

Preparation before use

How to use the SDK

  1. Before use the SDK, you must installed Net Framework v4 or higher and Venus v4.4.0.7740

  2. Create a project in visual studio

  3. Add reference to STARLine.dll

  4. Change setting of project and visual studio

    press Ctrl+Alt+E in visual studio, and un-check Managed Debuggin Assistants->LoaderLock

    change the build target platform of project to x86. The Hamilton software can be only used in x86 application.

  5. To display the 3D deck layout

    Adding useLegacyV2RuntimeActivationPolicy="true" to startup element in app.config file.

  6. Coding and testing