There seems to be an incompaible change in CallingConventions on 32Bit Windows. The "stdcall" should be the same as "winapi". But on Mono 4 "stdcall" sems to be broken and changing to "winapi" does fix the problem. Elmar