Microsoft KB Archive/39191

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


Cannot CHAIN to Earlier QuickBasic Version Unless Stand Alone

Article ID: 39191

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 Compiler 6.0
  • Microsoft BASIC Compiler 6.0b
  • Microsoft BASIC Professional Development System 7.0
  • Microsoft BASIC Professional Development System 7.1



This article was previously published under Q39191

SUMMARY

CHAINing between QuickBasic version 4.50 programs and programs compiled in earlier versions of QuickBasic can hang the computer unless you CHAIN to a stand-alone program (compiled with the /O option). The problem occurs when CHAINing in either direction (version 4.50 to earlier version, or earlier version to version 4.50).

The problem is caused by a run-time systems conflict. We recommend that you only CHAIN between .EXE programs that are all compiled with the same version of QuickBasic. To avoid compatibility problems, you should avoid mixing programs compiled in different versions.

This information applies to Microsoft QuickBasic versions 4.00, 4.00b, and 4.50; to Microsoft Basic Compiler versions 6.00 and 6.00b for MS-DOS and MS OS/2; and to Microsoft Basic Professional Development System (PDS) versions 7.00 and 7.10 for MS-DOS and MS OS/2.


Additional query words: QuickBas BasicCom

Keywords: KB39191