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

Problem converting from CVF to IVF

michael_green
초급자
1,693 조회수

Hi All,

I have converted from CVF 6.6c to IVF 8.0 and plan to update to higher IVF shortly. In the meantime, when I attempt to link anything,I can't get past:

fatal error LNK1104: cannot open file "DFWIN.LIB"

The file, dfwinb.lib, is present in ...DF98LIB. Any suggestions?

With many thanks in advance,

Mike

0 포인트
3 응답
onkelhotte
새로운 기여자 II
1,693 조회수

Hi Mike,
i dont have any experience converting CVF6.6 to IVF8.0. A colleague of mine tried it a few years ago and he was not really succesful.

I converted a few projects from CVF6.6 to IVF9.0 myself and it was very simple. Intel improved a lot in Version 9 to make that kind of conversion as easy as possible and they made a good job.

So it would be better to convert from CVF6.6 directly to IVF9/10 instead of CVF6.6 to IVF8 and then to IVF9/10.

OnkelHotte

0 포인트
TimP
명예로운 기여자 III
1,693 조회수
Ifort doesn't link against the libraries in your old CVF installation. The normal route is to rebuild any libraries which depend on compiler-dependent libraries.
0 포인트
Steven_L_Intel1
1,693 조회수
As Tim suggests, this error is caused by not recompiling all Fortran source with the Intel compiler. You still have one or more objects or libraries in your project that were compiled with CVF.
0 포인트
응답