setUserConstraintId(int) not ready for 64 bit pointers?

secondwish
Posts: 11
Joined: Tue Sep 16, 2008 9:34 am

setUserConstraintId(int) not ready for 64 bit pointers?

Post by secondwish »

Hi

has anyone experience with bullet running on 64Bit systems (windows7/linux)?

as I understand porting to 64 Bit systems, the int type of UserConstraintID would not be ready for 64 Bit pointers.

Would it be a big issue to change this field to void* like with the btCollisionShape userPtr?

are there other issues with bullet that are of concern with 64Bit Windows/Linux?

Greetings, SecondWish.