Closed GoogleCodeExporter closed 9 years ago
Another one: the "joint" parameter of cpDampedSpringInit should be of type
PcpDampedSpring.
Original comment by bil...@planet.nl
on 23 Jan 2012 at 11:46
Another one: cpHashSetTransFunc should be declared as:
cpHashSetTransFunc = function( ptr : Pointer; date : Pointer ): Pointer; cdecl;
instead of:
cpHashSetTransFunc = procedure( ptr : Pointer; date : Pointer ); cdecl;
Original comment by bil...@planet.nl
on 24 Jan 2012 at 3:33
Thanks, fixed :)
Original comment by dr.andru@gmail.com
on 24 Jan 2012 at 5:44
Original issue reported on code.google.com by
bil...@planet.nl
on 23 Jan 2012 at 10:38