home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-05-31 | 951 b | 25 lines | [TEXT/hscd] |
-
- The Microsoft Developer Studio project in this directory
- implements a gateway between the standard I/O (stdio) CGI
- interface and OLE server DLLs created with Visual Basic 4.0.
-
- Build olecgi.exe and import it to the cgi-bin directory
- of your web. Whenever you set a form's ACTION to
- "cgi-bin/olecgi.exe/Test", or create a link to
- "cgi-bin/olecgi.exe/Test", the CGI program will attempt
- to bind to a registered OLE server called "CGIHandler.Test".
-
- This object (CGIHandler.Test) is built in the Visual Basic
- OLE server example in the directory ..\olecgivb. Another
- object called Fred is also available, so you could create
- links to "cgi-bin/olecgi.exe/Fred". Many of these handler
- objects can be placed into a single OLE server.
-
- See the file _readme.txt in the directory ../olecgivb for
- more information.
-
- This program will only work with a stdio-based CGI interface,
- such as used by the FrontPage Personal Web Server.
-
-
-