BJ
2007-06-06 01:39:07 UTC
WORD pcxHeader.XEnd = 229;
double tempBytePerLines;
short BytePerLines;
tempBytePerLines = (pcxHeader.XEnd / 8);
BytePerLines = ceil( tempBytePerLines);
BytePerLines is always equal to 28. But it should be 29, does
anyone know why?
double tempBytePerLines;
short BytePerLines;
tempBytePerLines = (pcxHeader.XEnd / 8);
BytePerLines = ceil( tempBytePerLines);
BytePerLines is always equal to 28. But it should be 29, does
anyone know why?