1
vote
0answers
64 views
IJW: managed proxy struct?
I am working on porting some C++ code to managed .NET. I will need to retain some C++ code in native form, and trying to use an IJW approach to it. I know it's possible to declare an unmanaged struct …
