How To Determine if QuickDraw GX Is Loaded Using SYS FunctionLast reviewed: January 6, 1998Article ID: Q152396 |
3.00b
MACINTOSH
kbprg kbhowto
The information in this article applies to:
SUMMARYThis article describes how to determine whether QuickDraw GX is loaded in the Macintosh's operating system by using the new SYS function SYS(1038) in Visual FoxPro for Macintosh. Two other methods to make this determination are also described in the More Information section of this article. The syntax for the SYS(1038) function is:
? SYS(1038) && To output the result to the current output device or x=SYS(1038) && To store the result to a variable named "x"If QuickDraw GX is loaded, the SYS(1038) function returns TRUE (.T.). If QuickDraw GX is not loaded, it returns FALSE (.F.). QuickDraw GX is manufactured by a vendor independent of Microsoft; we make no warranty, implied or otherwise, regarding the performance or reliability of QuickDraw GX. Macintosh Operating System, version 8, no longer supports QuickDraw GX printer drivers and printing extensions. Therefore, SYS(1038) always returns false (.F.) when used in Visual FoxPro running under OS 8. This is true even if the QuickDraw GX 1.1.6 version provided with OS 8 is installed. For additional information on the changes with QuickDraw GX in OS 8 see the About QuickDraw GX readme file in the Mac OS 8 Read Me folder on the CD-ROM.
MORE INFORMATIONThere are at least two other methods you can use to determine if QuickDraw GX is loaded, although neither is as easy as SYS(1038) Two other methods are:
|
Additional reference words: 3.00b VFoxMac
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |