Try OpenEdge Now
skip to main content
Programming Interfaces
External Program Interfaces : Host Language Call Interface : Using HLC library functions : Calling an HLC library function
 
Calling an HLC library function
Any C source file that calls an HLC library function must include the hlc.h header file at the beginning of the file, as shown in the following example for UNIX:
#include"$DLC/oebuild/hlc/hlc.h"
Note: This statement assumes you installed HLC in the default $DLC/oebuild/hlc directory for UNIX.