CGI program


IC builder program gives *.in and ic.dat files as outputs (For this example ic1.in, ic2.in and ic.dat).
IC Compiler uses these files and action *.c files to obtain necessary files, which are used for making project.

To make a project, VC++ should be used. After compiling the project an executable CGI program is obtained. This CGI program is invoked to perform the action of the active indexes.

For this example, obtained CGI program main_cgi.exe can be implemented to the web page using    <FORM METHOD=GET ACTION="main_cgi.exe"> script.