Source code listings
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
This section shows some of the source files provided in the $DLC/oebuild/hlc/examples directory.
This loaddb.p procedure automatically loads the data definitions for the sample application.
loaddb.p
|
The hlprodsp.c file is the ABL prototype in which you define the application's HLC routine identifiers and the corresponding C function names.
hlprodsp.c
|
The hldemo.p example is the front end to the sample test application.
hldemo.p
|