Microsoft KB Archive/103439

From BetaArchive Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Knowledge Base


VB 3.0 Additions: 'Determining the Files You Need to Distribute'

Article ID: 103439

Article Last Modified on 1/8/2003



APPLIES TO

  • Microsoft Visual Basic 3.0 Professional Edition



This article was previously published under Q103439

SUMMARY

After producing an executable program (.EXE file) in Microsoft Visual Basic version 3.0 for Windows, if you want to distribute, sell or test that .EXE file on another computer that does not have Visual Basic version 3.0 for Windows installed, you need to know which files to distribute with your .EXE file. These files are listed on pages 579-582 in the Visual Basic version 3.0 for Windows "Programmer's Guide." This article gives a list of files to be appended to that list.

MORE INFORMATION

Note that VBRUN300.DLL must always be distributed with your executable program.

Below is a list of files that need to be appended to the list provided on pages 579-582 in the "Programmer's Guide."

File Names to Distribute:    Required if your program....
---------------------------------------------------------------
PDIRJET.DLL                  Uses Crystal Reports for
PDBJET.DLL                   Visual Basic.
MSAJT110.DLL
MSAES110.DLL

PDSODBC.DLL                  Uses ODBC and Crystal Reports for
                             Visual Basic.

MSAFINX.DLL                  Uses the IIF or any of the
                             financial functions.
                




Additional query words: docerr 3.00

Keywords: KB103439