OpenSim C# Wrapper
Posted: Thu Nov 01, 2018 7:40 am
Hi All -
I'm trying to build an OpenSim Core C# wrapper using SWIG. I used the .i files that I found in the Bindings folder and, after a bit of massaging of the generated files, was able to get it to compile and build. The trouble is that I see a lot of warnings about covariant types not being supported in C#, and a lot of types are being replaced with OpenSim::Object. Does anybody have any ideas on how to fix it or at least a workaround?
Thanks!
I'm trying to build an OpenSim Core C# wrapper using SWIG. I used the .i files that I found in the Bindings folder and, after a bit of massaging of the generated files, was able to get it to compile and build. The trouble is that I see a lot of warnings about covariant types not being supported in C#, and a lot of types are being replaced with OpenSim::Object. Does anybody have any ideas on how to fix it or at least a workaround?
Thanks!