So, there is a legacy code that has to be imported into .NET projects.
Which one do you preffer, and why:
- packing it into COM module
or
- making small and tight c++ managed wrapper around it
There is third option of exporting the functions in the DLL, but let's say that we want classes here.