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

run time error 53

turkeydodo
Beginner
829 Views
The error occurs when Iuse VBA for Excel Macro and call a .dll file generated by IVF9.1. I search website already andknow it might be theloss of some files like DFORRT.DLLin windows system directory. However, first, both IVF and Excel are installed in my windows xp 64 workstation, I can not find these files. Second, the system directory is controlled by IS&S and I can not copy any files in. Third, is this an IVF installation problem or not?. Last, can we integrated these ugly DFORRT.DLL files intothe new generated dll file and get ride of them in the future?
0 Kudos
1 Reply
Steven_L_Intel1
Employee
828 Views
DFORRT.DLL is a CVF file. IVF uses DLLs of different names.

If your DLL will be called by non-Fortran code only, you can change the Libraries > Run-Time Library property to "Multithreaded" and there will be no dependencies on other DLLs.
0 Kudos
Reply