Microsoft KB Archive/57358

From BetaArchive Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Knowledge Base


Incorrect Declaration of Far Procedure in Assembly; Basic 7.10

Article ID: 57358

Article Last Modified on 11/21/2006

This article was previously published under Q57358

SUMMARY

On Page 495 of the "Microsoft Basic 7.0: Programmer's Guide" (for 7.00 and 7.10), the "proc far" declaring the assembly procedures as far should actually be just "far", not "proc far" as shown below.

The following is incorrect:

extrn stringassign:proc far


It should be the following:

extrn stringassign:far


This information applies to Microsoft Basic Professional Development System (PDS) versions 7.00 and 7.10 for MS-DOS and MS OS/2.


Additional query words: BasicCom SR# S891226-6

Keywords: KB57358