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
Начинающий
684Просмотр.
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 баллов
2 Ответы
Steven_L_Intel1
Сотрудник
684Просмотр.
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
micromuni
Начинающий
684Просмотр.
My mistake. It works the same in both cases.
Ответить