I'm using the Polygon API function to draw a number of polygons. Under Win95/98, if I have more than 32768 (2^15) points, the function fails. Under WinNT/2000, the function succeeds. Does anyone know if there's a limit of 16 bits for the nCount argument under 95/98? I thought that 98 was supposed to be an actual 32-bit system, but apparently not. Thanks.