Two days ago I took another look at the Chipmunk physics. Well, I made some progress, as you can see here (using my SDL based egslengine):



However, I have a problem on Windows 32bit with the static linking (FPC 2.6.0) using the latest headers by Andru. Issue is
Code:
Target OS: Win32 for i386
Compiling physictest.pas
Linking physictest.exe
physictest.pas(124,1) Error: Undefined symbol: _cpInitChipmunk
physictest.pas(124,1) Error: Undefined symbol: _cpMomentForCircle
physictest.pas(124,1) Fatal: There were 2 errors compiling module, stopping
Fatal: Compilation aborted
Any idea?