DELIB integration in Visual-C/C++
Description of the DELIB integration in Visual-C/C++
Download and install the DELIB-Driverlibrary (continue to DELIB-Driverlibrary). Therefore is no use for the path. The DELIB Installation defines environment variables to facilitate links to the DELIB-include and DELIB-lib directory.DELIB_LIB = C:\Programs\DEDITEC\DELIB\lib
DELIB_INCLUDE = C:\Programs\DEDITEC\DELIB\include
Start Visual-C/C++ and open via menu "Projekt -> Einstellungen"
| Preferences |
|
Click to enlarge ![]() |
Under the tab "C/C++" choose the "Kategorie" Präprozessor and enter on "Zusätzliche Include Verzeichnisse" "$(DELIB_INCLUDE)".
| Integration of delib.h |
|
Click to enlarge ![]() |
Under the tab "Linker" extend the existing line in "Zusätzliche Include Verzeichnisse" with the ending
"$(DELIB_LIB)\delib.lib"
| Integration of delib.lib |
|
Click to enlarge ![]() |



