Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

P/Invoke vs. C++

Nick2
New Contributor I
576 Views

I have a VB.NET front end which repeatedly calls the Fortran DLL.

Right now I'm using the P/Invoke. What I'm considering though is to re-write that piece of code in C++. I'm passing 3 strings (about 100 chars), 4 int's and a real. Will I see better performance if I do the C++ re-write?

0 Kudos
0 Replies
Reply