OS 3.5 wants this:

                RGBColorType dkGray = {0x00,0x55,0x55,0x55};
                WinSetForeColor(WinRGBToIndex(&dkGray));

and OS <3.5 wants this:

                RGBColorType dkGray = {0x00,0x55,0x55,0x55};
                WinSetForeColor(&dkGray,NULL);

so...

...how do we build a single executable which supports the new color space
AND the old "Seeing Gray" constructions?

(Bob E's caveats about support/compatibility with "Seeing Gray" are firmly
in mind.)

  ...mike

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to