BlitzSDK C# and Knetlib.

Archives Forums/Blitz3D SDK Programming/BlitzSDK C# and Knetlib.

Vertigo(Posted 2007) [#1]
Has anyone tried using external DLL's in C# that were compiled with Power Basic. C#'s usage of 32 bit integers instead of longs and so on and so forth, I think the data I am passing to these external Dll's is more ".net" and less standard memory wise. Some functions work, others dont. I find myself using MarshalAS to force non unicode strings and such... I was just curious if anyone has dove into this yet? I tried writing my own DX DirectPlay 8 class but its not supported by microsoft anymore and documentation for it in C# isnt the greatest. Even the examples by M$ I could find are bogus and give crazy errors. Anyways... If anyone is playing with C# and using external dlls and knows a thing or two about byte differences etc please let me know.