In attempting to write routines to convert graphics, I've used some Windows documentation which refers to C structures.
It refers to UINT, DWORD and LONG. Can someone explain these to a C ignoramus (i.e. me): UINT - Unsigned integer presumably, how many bytes? DWORD - Double word? Signed? How many bytes? LONG - Like a QL 32 bit integer? -- Dilwyn Jones
