SUMMARY
The second sentence in the "Compiling OS/2 Programs" section on Page
527 of the "Microsoft Basic 7.0: Programmer's Guide" manual for
Microsoft Basic Professional Development System (PDS) versions 7.00
and 7.10 incorrectly states the following:
For protected-mode programs, make sure to specify the /LP option
to LINK.
This sentence should refer to the Basic compiler (BC.EXE) instead of
to the Basic linker (LINK.EXE), as follows:
For protected-mode programs, make sure to specify the /LP option
to compile with BC.EXE.