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

LNK 1104 cannot open file 'dformd.lib'

mitra_anish
Beginner
810 Views
I am using abaqus 6.5 and want to run my c++ scripts. I have Visual C++ 6.0 installed but do not have any Fortran compiler.
When I try to compile my c++ script, using "abaqus make" command it is giving the above error (LNK 1104).
Do I need to install Fortran also...even though I do not have any fortran files to run?
0 Kudos
4 Replies
Steven_L_Intel1
Employee
810 Views
You're linking against some library that was written in Fortran and built for use with Digital/Compaq Visual Fortran. You can try, as an experiment, adding dformd.lib to the "ignore library" list on the Linker settings tab, but you'll probably end up with a bunch of undefined references.

Check the Abaqus system requirements to see what they say.
0 Kudos
mitra_anish
Beginner
810 Views

Yes, I tried to remove the dformd.lib file from the environment files of abaqus, and it has given some other linker errors.

Thanks for your help though.

Do you knowif I could download a trial version of Intel Fortran Compiler 7.0 or 8.0

Thanks a lot

Anish

0 Kudos
TimP
Honored Contributor III
810 Views
If you have a license for ifort, and open a support account on premier.intel.com, you can download older versions. ifort 7.1 did have an option to run within the Visual Studio supplied by later version of CVF.
As mentioned previously, it doesn't make sense for us to offer advice on how to attempt to use Abaqus in an unsupported way.
0 Kudos
Steven_L_Intel1
Employee
810 Views
Even if you had ifort 7.1 or 8.0, you would still need CVF in order to link with that version of Abaqus. You should be able to get a version of Abaqus to work with the current Intel Visual Fortran version.
0 Kudos
Reply