VB BRIDGE FILES
vb_bridge2.dll delivers information to Visual BASIC programs by communicating with IIS through ISAPI. Programs created using VB Bridge will not run without this DLL (Dynamic Link Library).
vb_bridge2_test.dll is the same as vb_bridge.dll except that this is used to debug the programs created with Visual BASIC. The debug version runs slower than vb_bridge.dll. When the development is completed, change the active DLL from vb_bridge_test.dll to vb_bridge.dll. Debugging will be explained in detail later in the manual.
convtosjis.dll examines Japanese language data that it receives from IIS. It detects whether the data is in the EUC, JIS, or SJIS format and then converts it to Shift JIS code. This DLL is used by VB Bridge, but does not need to be considered at all during Visual BASIC programming.
vbbridge2.bas is a BASIC module that is integrated into the Visual BASIC program.