home *** CD-ROM | disk | FTP | other *** search
/ The Net: Ultimate Internet Guide / WWLCD1.ISO / pc / frntpage.sdk / cgi / olecgi / _readme.txt next >
Encoding:
Text File  |  1996-05-31  |  951 b   |  25 lines

  1.  
  2. The Microsoft Developer Studio project in this directory 
  3. implements a gateway between the standard I/O (stdio) CGI
  4. interface and OLE server DLLs created with Visual Basic 4.0.
  5.  
  6. Build olecgi.exe and import it to the cgi-bin directory
  7. of your web. Whenever you set a form's ACTION to 
  8. "cgi-bin/olecgi.exe/Test", or create a link to 
  9. "cgi-bin/olecgi.exe/Test", the CGI program will attempt
  10. to bind to a registered OLE server called "CGIHandler.Test".
  11.  
  12. This object (CGIHandler.Test) is built in the Visual Basic 
  13. OLE server example in the directory ..\olecgivb. Another
  14. object called Fred is also available, so you could create
  15. links to "cgi-bin/olecgi.exe/Fred". Many of these handler
  16. objects can be placed into a single OLE server.
  17.  
  18. See the file _readme.txt in the directory ../olecgivb for 
  19. more information.
  20.  
  21. This program will only work with a stdio-based CGI interface, 
  22. such as used by the FrontPage Personal Web Server.
  23.  
  24.  
  25.