Sirdar Bey - 2007-03-19

Logged In: YES
user_id=382959
Originator: NO

it's casting from a car pointer to an unsigned 32 bit int, which is fine on 32 bit systems, but you have a 64 bit system. either turn off 64 bit extensions in the compiler so it generates 32 bit code, or make changes to the code to accommodate 64 bit pointers.