Can importing C++ DLL files in a C# project has a positive effect on the overall performance of the application?
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
I want to create some DLL files for specific calculations and import them into my C# project. Can those calculations (C++ codes in DLL files) be done in the C# application as fast as a native C++ environment?
As always. It depends. It depends on what the calculations are and how you write the code. There's no way for anyone to give you a direct answer for this.
Asking questions is a skill CodeProject Forum Guidelines Google: C# How to debug code Seriously, go read these articles.
Dave Kreskowiak