Closed TechnikEmpire closed 8 years ago
this explodes the universe.
At least it's fixed now :+1:
lol, yeah. Looks like everything is fixed now with this, except for the improvements that I've filed. Build instructions on the Wiki are being created (ported from a previous, unpublished generation of this project) and will be done in the next couple of days as a published binary release candidate of Stahp It is impending.
Nice work on everything :+1:
@Phyxion thx
The delegates defined in the managed
ref class Engine
for providing C style callbacks to the unmanaged "side" are wrong. They need to be declared as unmanaged callbacks with the calling convention explicitly set to cdecl.[UnmanagedFunctionPointer(CallingConvention::Cdecl)]
Without this modification, the calling convention defaults to stdcall and this explodes the universe.