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

Error: Cannot open include file 'link_f90_dll.h'

guidoteti
Beginner
1,728 Views
I have follow the imsl routine implemantation procedure and still have this error.

Error: Cannot open include file 'link_f90_dll.h'


I have put the paths into the tools- options- directories and inlcudes sections but still getting the above error.


Guido
0 Kudos
6 Replies
Steven_L_Intel1
Employee
1,728 Views
This is an IMSL file and you need to make sure that the correct IMSL include path is listed under Tools..Options..Intel Fortran..Directories..Include. Make sure that the path includes IA32 and not "Intel32".
0 Kudos
guidoteti
Beginner
1,728 Views
I did that... the correct paths name were in the Poting application from CVF to intel visual fortran white paper.

However still getting error.

I also checked the IA32 directory on my computer and it is full of files.

However I don't see a file with .h extension


Guido
0 Kudos
Steven_L_Intel1
Employee
1,728 Views
Which "IA32" directory are you checking? You do have the Professional Edition of Intel Visual Fortran with IMSL installed?
0 Kudos
guidoteti
Beginner
1,728 Views
Steve,

I ran the installion program setup.exe to install the imsl routines.

I am running the profressional version of intel fortran on windows xp using Visual c++.net 2003 stadard edition

This is the directory where all the .dll files reside on my computer

C:PROGRAM FILESVNICTT5.0LIBIA32

This directory contains only .dll file extensions. Is that correct?

I have this directory typed in, in the include and drrectory tabs under the tool-options-fortran section of the IDE

Still getting the error.

Is there anything else I can check

Guido
0 Kudos
Steven_L_Intel1
Employee
1,728 Views
That's not the correct path. You want:

C:Program FilesVNICTT5.0includeIA32
0 Kudos
guidoteti
Beginner
1,728 Views
Thanks that fixed that problem
0 Kudos
Reply