Microsoft KB Archive/39866

From BetaArchive Wiki
Knowledge Base


Quick Library Routines Must Be Compiled in Same Version as QB

Article ID: 39866

Article Last Modified on 11/21/2006



APPLIES TO

  • Microsoft QuickBasic 4.0
  • Microsoft QuickBASIC 4.0b
  • Microsoft QuickBasic 4.5 for MS-DOS
  • Microsoft BASIC Professional Development System 7.0



This article was previously published under Q39866

SUMMARY

Compiled Basic modules that are placed into a Quick library must be compiled with the same version of BC.EXE that was shipped with the QB.EXE in use.

For example, Basic code placed into a Quick library that will be used with QuickBasic Version 4.50 must be compiled with the BC.EXE shipped with Version 4.50. Prior versions of BC.EXE, such as the version shipped with Microsoft Basic Compiler Versions 6.00 or 6.00b, are not necessarily compatible with QuickBasic Version 4.50.

This information applies to the QB.EXE environment of QuickBasic Versions 4.00, 4.00b, and 4.50, to the QB.EXE environment of Microsoft Basic Compiler Versions 6.00 and 6.00b, and to the QBX.EXE environment of the Microsoft Basic PDS Version 7.00.


Additional query words: QuickBas BasicCom

Keywords: KB39866