On Sat, 20 Oct 2007, Takashi Kawasaki wrote:
> environments including Windows and Linux. And I found that LLP64
> environments like Windows (unsigned long == 32bit), DWORD is not enough to
> carry pointers. So are there any plan to switch these parameters to 64-bit
> variables? I'm currently modify
Hi,
I've once asked about the usage of cmsSetUserFormatters function to pass the
user defined parameters to cmsFORMATTER functions.
And the answer was to use dwInput/dwOutput for passing pointers. And it
works pretty well on 32-bit codes but I'm now porting the code to 64-bit
environments includin