Just a wild guess, but should the RC_BITMAP64 be RC_BITMAP2?
May I ask why you are developing this driver?
MpCat
--- Original Message ---
I am want to develop a monochrome printer driver for Win
98.
But my driver is printing 'COLOR SUPPORT : YES' in windows
test page.
Following are the settings of some of the GDIINFO
structure : dpRaster =
RC_BIGFONT | RC_STRETCHDIB | RC_DI_BITMAP | RC_BITMAP64 |
RC_BITBLT |
RC_GDI20_OUTPUT;
dpNumColors = 2;
dpNumPalReg = 0;
dpPalReserved = 0;
dpColorRes = 0;
If you see the printer property sheets, windows won't
gives the 'Color Management' property sheet. But in test
page it prints 'Color support :Yes'
Can somebody help me to turn off the color support?
Thanks and regards
|