14. Adding Other Components to Your Application : 3GL Sample Application : How the 3GL Sample Application Works on Windows
 
Share this page                  
How the 3GL Sample Application Works on Windows
The directory %II_SYSTEM%\ingres\w4glsamp\3gl contains the following files:
test_3gl.exp
Is an export file of the OpenROAD application used to run the sample 3GL procedure
samp3gl.c
Is the sample 3GL source
samp3gl.def
Is the module definition file for building a DLL
makefile
Is the makefile for compiling and linking a DLL
To use the demo application, you must perform the following basic steps:
1. Import the sample application into your database.
2. Build the sample application.
3. Set up the run environment for the sample application.
4. Run the sample application.
See the following sections for details on each of these steps.