Open SuRGeoNix opened 5 months ago
Looks like I missed this issue previously, did you made any progress in figuring out your issue?
@tritao I manually changing the types for now, just thought that this should be handle at lower level from CppSharp?
In my case it looks in vcruntime.h which includes:
and it gives me a qualified type (in x64 win case) LongLong which is wrong it should be IntPtr / nint?
Similarly for size_t it should be nuint and for long/ulong to use CLong / CULong.