PRB: Program Using CHAIN Hangs in OS/2 2.0 (96538)
The information in this article applies to:
- Microsoft Basic Professional Development System for MS-DOS 7.1
- IBM OS/2 2.0
This article was previously published under Q96538 SYMPTOMS
In OS/2 version 2.0, an attempt to use the CHAIN command in an
application that was compiled to use a runtime module (the compiler
command line does not include the /O option switch) in OS/2
protected mode (the compiler command line includes the /Lp option
switch) fails. The application displays the following message and
hangs:
SYS 3175 (access violation)
RESOLUTION
To address this problem, perform one of the following three steps:
- Specify the /O compiler option switch to make each application a
stand-alone executable file. However, this method prevents the
application chained to from accessing information in the common
shared block.
- Use OS/2 version 1.1, 1.2, or 1.3 instead of OS/2 version 2.0.
- Try to rewrite the program so it does not use the CHAIN command.
Modification Type: | Minor | Last Reviewed: | 8/16/2005 |
---|
Keywords: | kbprb KB96538 |
---|
|