Microsoft KB Archive/37420

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


BSEDOSPC.BI Is Missing DosSetSigHandler Definition; for OS/2

Article ID: 37420

Article Last Modified on 11/21/2006

This article was previously published under Q37420

SUMMARY

The include file BSEDOSPC.BI fails to include the definition for DosSetSigHandler. It should be defined as follows:

   DECLARE FUNCTION DosSetSigHandler%( _
           BYVAL P1seg AS INTEGER,_
           BYVAL P1offset AS INTEGER,_
           SEG   P2 AS LONG,_
           SEG   P3 AS INTEGER,_
           BYVAL P4 AS INTEGER,_
           BYVAL P5 AS INTEGER)
                

This information applies to Microsoft Basic Compiler Versions 6.00 and 6.00b for MS OS/2 and to Microsoft Basic Professional Development System (PDS) Versions 7.00 and 7.10 for MS OS/2.


Additional query words: BasicCom

Keywords: KB37420