[Insight-developers] ITKv4: Windows 64 bits : type "long" fixes: for ITKv4-Alpha-03

Sean McBride sean at rogue-research.com
Thu Nov 11 17:26:32 EST 2010


It shouldn't be a big problem since in 32 bit (Windows and UNIX)
unsigned long and size_t are the same size and signedness, as are long
and ptrdiff_t.  See also:

<http://en.wikipedia.org/wiki/LP64#Specific_C-language_data_models>


On Thu, 11 Nov 2010 17:08:57 -0500, Bill Lorensen said:

>What are the backward compatibility implications (if amy)?
>
>> where we will replace the types
>>
>>      unsigned long      and      long
>>
>> with
>>
>>      size_t     and    ptrdiff_t




More information about the Insight-developers mailing list