How To Determine if QuickDraw GX Is Loaded Using SYS Function (152396)
The information in this article applies to:
- Microsoft Visual FoxPro for Macintosh 3.0b
This article was previously published under Q152396 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.
The syntax for the SYS(1038) function is:
? SYS(1038) && To output the result to the current output device
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.
Modification Type: | Major | Last Reviewed: | 12/15/1999 |
---|
Keywords: | KB152396 |
---|
|