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

Error library IMSLF90

gauravdj
Beginner
643 Views
We are porting from VC6 to .Net, and one of the files contained the following code:
module imsl

use numerical_libraries

use imslf90

end module

as soon as I build the project, I get the following error

fmath_purefFMATH_PUREF.f90(12): Error: Error in opening the Library module file. [IMSLF90]
fmath_purefFMATH_PUREF.f90(11): Error: Error in opening the Library module file. [NUMERICAL_LIBRARIES]

Any suggestion......??

Regards, Gaurav

0 Kudos
1 Reply
Steven_L_Intel1
Employee
643 Views
You need to do some setup in Visual Studio first. See the section on using IMSL in the User's Guide Volume I, chapter on "Using Libraries".
0 Kudos
Reply