Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
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.

Error library IMSLF90

gauravdj
Beginner
513 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
513 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