Logged In: NO

There are certain points in the code which rely on the sizeof(T*) being 4,
and as such, these parts will need reworking in order to work on a machine
where sizeof(T*) != 4.