Build the Sample Application
You can build the 3GL application by importing it into your database, making an application image using the MakeImage utility, and using the makefile to build the sample application.
To build the sample application
1. Make an application image using the MakeImage utility, using "test_3gl.img" as the image name.
Note: You may skip this step if you want to run the application directly from OpenROAD Workbench.
2. Use the makefile provided to compile samp3gl.c and link the DLL (samp3gl.dll):
cd %II_SYSTEM%\ingres\w4glsamp\3gl
nmake /f makefile all
More information: