| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 4gl_wrapper.c | 2020-05-11 | 3.1 kB | |
| CDI_ANNOUNCE | 2020-05-11 | 1.3 kB | |
| circinfo.4gl | 2020-05-11 | 3.6 kB | |
| formsproc.c | 2020-05-11 | 6.4 kB | |
| formsproc.h | 2020-05-11 | 2.0 kB | |
| Makefile | 2020-05-11 | 364 Bytes | |
| README | 2020-05-11 | 544 Bytes | |
| WEB_PAGE.TXT | 2020-05-11 | 5.1 kB | |
| Totals: 8 Items | 22.3 kB | 0 | |
Comments:
=========
circinfo.4gl will not compile out of the box because it needs specific
Informix tables to be set up and calls a "has" function which is not
present. But it should be a good model for how to design your own CGI/4GL
applications. Refer to the following web page for more information:
http://library.byu.edu/staff/bkh/cgi_4gldoc.html
Files:
======
4gl_wrapper.c C Wrapper Functions for 4GL
Makefile Sample Makefile
circinfo.4gl Sample 4GL program
formsproc.c CGI C API
formsproc.h CGI C API Header file