Omar Reis

Results 1 issues of Omar Reis

In UPhysics.pas there are two pointer arithmetic problems with 64 bit compilers. The code is typecasting a pointer as an Integer. A pointer is really a NativeUInt. // PInt32( Integer(m_stack)...