⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 problems.txt

📁 加入一个用VB编写CGI的VB源程序。(你需要在Win98上首先安装20Personal WebServer
💻 TXT
字号:
CGI4VB v1.5 Common Problems and Solutions

1. In order to compile these programs, you have to be running VB4 (32-bit version) 
   or VB5 on a 32-bit operating system:  Windows 95 or Windows NT.
   VB3 and VB4 (16-bit version) cannot call the 32-bit APIs which
   access STDIN and STDOUT.

2. If you're running your web server on another PC,
   make sure that it has the VB4 runtime files installed on it.
   For example, VB40032.DLL is required by all VB4 programs.
   Others are required for database access.	

   Running the Application Setup Wizard which comes with VB will identify
   all files needed, and create an install diskette.

3. If your web server is on the same PC as your browser,
   put the CGI4VB.HTM document in the server's document or root directory.
   Run the server, run the browser, 
   then enter the URL in the location box of the browser as:

	http://127.0.0.1/cgi4vb.htm
   or
	http://localhost/cgi4vb.htm

   The following will not work:

        c:\httpd\cgi4vb.htm

4. Put the CGI4VB.EXE that you create in your server's cgi-bin directory.
   If it doesn't have a cgi-bin directory, ask the people who made the
   server where you should put standard cgi scripts. 

   Note: cgi-win is not for standard cgi scripts. 
   CGI4VB.EXE will not work in a cgi-win directory.

5. Some versions of the WebSite servers, will not handle the line
       Send "Status: 200 OK"
   If you're using WebSite, try commenting it out in SendHeader().
   Note: Other servers require it.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -