Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Before ending the application, the handles should be closed again, using the corresponding close functions.

...

x86 versus x64

The application or the wrapper can be compiled for both (64bit and 32bit) systems.

...

Hilscher provides a VisualStudio project that implements the P/Invoke frame.

Link to Demo Project:

C#.NET Demo


Within the cifXUser class, all CIFX API functions are made usable in the project. In addition, some standard structures of the CIFX API and constants are available.

...