Cannot CHAIN to Earlier QuickBasic Version Unless Stand Alone (39191)



The information in this article applies to:

  • Microsoft QuickBASIC 4.0
  • Microsoft QuickBASIC 4.0b
  • Microsoft QuickBASIC 4.5
  • Microsoft BASIC Compiler for MS-DOS and OS/2 6.0
  • Microsoft BASIC Compiler for MS-DOS and OS/2 6.0b
  • Microsoft Basic Professional Development System (PDS) for MS-DOS and MS OS/2 7.0
  • Microsoft Basic Professional Development System (PDS) for MS-DOS and MS OS/2 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.

Modification Type:MinorLast Reviewed:1/8/2003
Keywords:KB39191