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

Runtime Fortran compiles

micromuni
Beginner
417 Views
I utilize Visual Basic.Net for GUI and Compaq Visual Fortran 6.6B and Intel Fortran 7.0 to perform the computations in DLLs. When I run a simply VB.Net program, and even after I make a call to the DLL compiled in CVF, I can recompile the CVF DLL and then return to the active VB.Net application and call the recently compile CVF DLL again (with the changes). This is not possible with Intel Fortran 7.0. Is this because the Intel Fortran 7.0 is integrated within the Visual Studio.Net environment?
0 Kudos
2 Replies
Steven_L_Intel1
Employee
417 Views
If I read your description right, VB.NET is deciding to reload the Fortran DLL in one case and not the other. I don't know how it decides to do that.

Steve
0 Kudos
micromuni
Beginner
417 Views
My mistake. It works the same in both cases.
0 Kudos
Reply