Mail Archives: cygwin/1999/01/03/16:31:03
I don't know if this is a Cygnus bug, but I've the following problem:
I've compiled an application with Cygnus B19 gcc on my Pentium
II/Windows 98 machine. The application uses a lot of Win32 graphic
functions and works pretty fine, but when I try to start it on my
486 DX4/Windows 95 I got an error in the GetGlyphOutline function, and
exactly in this cases:
1) GetGlyphOutline(dc, code, GGO_GRAY2_BITMAP, &gm, 0, NULL, &mat2)
2) GetGlyphOutline(dc, code, GGO_GRAY2_BITMAP, &gm, size2, buffer,
&mat2)
where the parameters are defined as follows:
HDC dc;
u_char code;
GLYPHMETRICS gm;
int size2;
char *buffer;
MAT2 mat2;
The error the I got in this cases is 87 (that is: Parameter not valid)
but I don't know which parameter is the one that might trigger the
error.
Can someone help me ?
Thanks in advance
Davide Devoti
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -