neMESYS SDK  20150729
DLL Integration into C++ Builder 2007

You need the following files to include the library to the programming environment of Codegear C++ Builder.

  • nemesys_api.h - Constant definitions and declarations of the library functions
  • nemesys_dll.dll - Dynamic Link Library
  • nemesys_dll.lib - Import library (OMF Format)

To include the listed files you have to do the following steps:

  1. Copy the files to the working directory of the project
  2. Write the instruction #include "nemesys_api.h" to your program to include the constant definitions and the declarations of the library functions.
  3. Add the file nemesys_dll.lib to the project. To do this, you have to open the menu item Add to project... of the Project menu. Add the file nemesys_dll.lib.