Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Объявления
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29282 Обсуждение

Moving Fortran DLLs to another PC

Phares__Cliff
Начинающий
785Просмотр.
I've written a few Fortrans DLLs which are referenced from a VB application.
Fortran 6.6 and VB 6.0 on XP.
The application works fine on the creating PC after I make the VB executeable.
When I move the executeable and the DLLs to another XP PC and place them in the appropriate directory - I get a run-time error '53': Can't find file. - when I execute the code referencing the DLLs.
The file snytax is correct. What am I missing ?
Thank you,
Cliff Phares
EI.DuPont in Orange TX
0 баллов
3 Ответы
Steven_L_Intel1
Сотрудник
785Просмотр.
Steven_L_Intel1
Сотрудник
785Просмотр.
Go here.
ursoverhoff
Начинающий
785Просмотр.
Usually, a DLL created by Fortran depents on different other DLLs. If you want to know which DLLs are required by your own DLL, then go to the DOS command line, change to the folder where your DLL is located and type the following:

dumpbin nameofyourdll.dll /dependents

Greetings

Urs
Ответить