c# - (How) can I export a function from a .NET assembly without using C++/CLI? -
i'm working on c# component consists of 2 dlls:
- a .dll written in c++/cli exporting symbol; unfortunately, dll dynamically links against crt , there doesn't seem way around that.
- a c# assembly.
the c++/cli dll gets loaded , loads c# assembly (and forwards calls it). possibly simplify scenario export symbol c# assembly right away?
you can export functionallity c# com server way should pretty easy call c++ other non-c# com object.
Comments
Post a Comment