c# - Combine native DLL and assembly into a single DLL -
I am currently programming in C ++ and C #. Using the original C ++ for the numerical computing part.
Originally, I wanted to use C ++ / CLI to create a cover in basic C ++ classes, but I think it would be the result of a 2 to 4 times downturn.
So I decided to compile my original C + + in DLL and called by .NET / C #. I will crunch the data in C # and preprocessing the number in the native DLL.
The problem is that when I distribute others to use my work, then I should have a single DLL.
Is this possible? BTW, I have all the source code for the original C ++.
You can mix languages in the same assembly .NET but not naturally << p>
I keep the assemblies different from different languages.
Comments
Post a Comment