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

How to install Fortran program using dll?

vraz
Beginner
739 Views
I have Fortran program, which was build by CVF Standard Edition 6.5.0. This program is using a dynamic library, which is also written in CVF 6.5.0. It works O.K. on operating systems Windows 98 and Windows 2000 where is CVF installed. Program should serve as a teaching mechanism. When I installed both program and his dll (and Fortran Redistributables self-installing kit - VFRUN66BI.exe too) on machine at the university with Windows XP and without CVF, it gives me error message like this:
Entry point of procedure TRACEBACKQQ was not find in dynamically
connected library DFORRT.DLL.
Does somebody know where could be the problem and how to solve it?
Lada.
0 Kudos
3 Replies
vraz
Beginner
739 Views
I dont know why was it posted three times :-( ?
May be because is it very, very, very important :-).
I apologize in any case.
Lada.
0 Kudos
Steven_L_Intel1
Employee
739 Views
I deleted the extra posts.
The only thing I can think of is that there is an older DFORRT.DLL in the user's PATH - one from DVF 5, I'd guess. Have the user search their system for other copies of DFORRT.DLL.
0 Kudos
vraz
Beginner
739 Views
Thanks a lot for all (deleting and answer).
Ill check the age of DFORRT.DLL. But it will take a few days,
hopefully next week will I visit the university again. Then Ill post the result.
Lada.
0 Kudos
Reply