BUG: MBPC LIBRARY Fails in Compiled Mac QuickBasic w/o LIBINIT (39870)
The information in this article applies to:
This article was previously published under Q39870 SYMPTOMS
This article applies to programs compiled in QuickBasic Version 1.00
for the Macintosh that use the LIBRARY statement to access
assembly-language routines or MBPC pure code resources that you have
created yourself in assembler, C, or Pascal (as documented in Appendix
E.9 "Building Your Own Libraries" in the "Microsoft QuickBasic for
Macintosh: Language Reference").
This article does not apply to using the LIBRARY statement with the
MBLC routines that are built into QuickBasic.
If CALLing your customized LIBRARY routine fails (such as by returning
garbage, a system error, or a system hang) in a compiled program, but
works correctly in the interpreter, you need to CALL LIBINIT right
after the LIBRARY statement in the compiled program.
Microsoft has confirmed this to be a bug in QuickBasic Version
1.00. We are researching this problem and will post new information as
it becomes available.
| Modification Type: | Minor | Last Reviewed: | 1/9/2003 |
|---|
| Keywords: | kbbug KB39870 |
|---|
|