C interface for SOPad.dll

Introduction

C interface for SOPad.dll consists of two files: SOPad.c and SOPad.h

Main reason to use this interface is different calling convention between Delphi (language used to create SOPad.dll) and C, therefore SOPad.dll cannot be used directly in C applications. SOPad.c does necessary transformations so user of C interface can call driver functions like native C functions. For majority of functions no other processing is performed except calling convention change.

All functions in C interface have C calling convention.

Installation

Please contact StepOver to obtain latest version of C interface files.

Include files

#include "SOPad.h"

Data types

#define SOPAD_MAX_STRING_LENGTH 256