J
Jim
Hi
I have existing c++ dlls that I need to access from a C# application.
Would it be best to convert and move the code into unsafe blocks within
the C# application or access the dlls via COM interoperability. I ask
the question with speed, reliability and implementation effort in mind.
Any thoughts?
I have existing c++ dlls that I need to access from a C# application.
Would it be best to convert and move the code into unsafe blocks within
the C# application or access the dlls via COM interoperability. I ask
the question with speed, reliability and implementation effort in mind.
Any thoughts?