BUG: CopyFile Fails w/ System Err 3 w/ Binary Mac QB 1.0b (76667)
This article was previously published under Q76667
SYMPTOMS
The following sample program, when compiled under the binary version of
QuickBasic version 1.0b, will fail with a system bomb 3 ("illegal
instruction") when launched:
INPUT "Name of source file: ", f1$
INPUT "Name of destination file ", f2$
CopyFile f1$, f2$ 'Program fails on this statement.
This problem only occurs for programs compiled using the binary version
of QuickBasic version 1.0b. The problem does not occur when the
program is run in the development environment of QuickBasic version
1.0, 1.0a or 1.0b for either the binary or decimal version. The
problem does not occur when the program is compiled with the decimal
version of QuickBasic version 1.0, 1.0a or 1.0b.
Microsoft has confirmed this to be a bug with Microsoft QuickBasic
version 1.0b for the Macintosh . We are researching this problem
and will post new information here in the Microsoft Knowledge Base as it
becomes available.
Modification Type: |
Minor |
Last Reviewed: |
1/9/2003 |
Keywords: |
kbbug KB76667 |
|