Building an application with s615.dll – Sensoray 615 User Manual

Page 6

Advertising
background image

6

Building an application with s615.dll

Files to be included in the project

The following files are distributed with the SDK:

§ s615.h – contains data types and constants definitions;

§ s615f.h – contains exported functions declarations;

§ s615app.c – contains exported functions and helper functions definitions.

When building an application with s615.dll, it is necessary to include s615app.c in the project.

IMPORTANT:
If MFC is used, an option "Not using precompiled headers" must be set in the project settings for
s615app.c.

All modules containing calls to the s615.dll functions must include s615f.h. Please refer to the
sample source code for an example of building an application with S615 SDK.

Advertising