The information in this article applies to:
SUMMARY
This 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.
? 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 INFORMATION
There 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 query words: VFoxMac
Keywords : FxprgGeneral |
Last Reviewed: December 14, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |