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:
- Copy the files to the working directory of the project
- Write the instruction
#include "nemesys_api.h"
to your program to include the constant definitions and the declarations of the library functions.
- 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.