- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I installed both Compaq & Intel Visual Fortrans on my old computer. But I got the following problem.
There is no such problem for my new computer.
What is the problem?
I've already included such sentences in my program
INCLUDE 'link_f90_static.h'
use Numerical_Libraries
Thanks
Intel_binary_DPM_simu1.f90
D:My DocumentsVisual Studio 2005ProjectsConsole1Console1Intel_binary_DPM_simu1.f90(18) : Error: This module file was generated for a different platform or by an incompatible compiler or compiler release. It cannot be read. [NUMERICAL_LIBRARIES]
D:My DocumentsVisual Studio 2005ProjectsConsole1Console1Intel_binary_DPM_simu1.f90(227) : Error: This name does not have a type, and must have an explicit type. [ANORDF]
D:My DocumentsVisual Studio 2005ProjectsConsole1Console1Intel_binary_DPM_simu1.f90(237) : Error: This name does not have a type, and must have an explicit type. [ANORIN]
D:My DocumentsVisual Studio 2005ProjectsConsole1Console1Intel_binary_DPM_simu1.f90(698) : Error: This module file was generated for a different platform or by an incompatible compiler or compiler release. It cannot be read. [NUMERICAL_LIBRARIES]
compilation aborted for D:My DocumentsVisual Studio 2005ProjectsConsole1Console1Intel_binary_DPM_simu1.f90 (code 1)
There is no such problem for my new computer.
What is the problem?
I've already included such sentences in my program
INCLUDE 'link_f90_static.h'
use Numerical_Libraries
Thanks
Intel_binary_DPM_simu1.f90
D:My DocumentsVisual Studio 2005ProjectsConsole1Console1Intel_binary_DPM_simu1.f90(18) : Error: This module file was generated for a different platform or by an incompatible compiler or compiler release. It cannot be read. [NUMERICAL_LIBRARIES]
D:My DocumentsVisual Studio 2005ProjectsConsole1Console1Intel_binary_DPM_simu1.f90(227) : Error: This name does not have a type, and must have an explicit type. [ANORDF]
D:My DocumentsVisual Studio 2005ProjectsConsole1Console1Intel_binary_DPM_simu1.f90(237) : Error: This name does not have a type, and must have an explicit type. [ANORIN]
D:My DocumentsVisual Studio 2005ProjectsConsole1Console1Intel_binary_DPM_simu1.f90(698) : Error: This module file was generated for a different platform or by an incompatible compiler or compiler release. It cannot be read. [NUMERICAL_LIBRARIES]
compilation aborted for D:My DocumentsVisual Studio 2005ProjectsConsole1Console1Intel_binary_DPM_simu1.f90 (code 1)
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Your system PATH, INCLUDE and LIB environment variables have paths for CVF and possibly Intel Fortran, and you did not add the path to the IMSL "CTT6.0" INCLUDE folder to Tools..Options..Intel Fortran..Include files.
I recommend:
1. Edit the system evironment files and remove the CVF folders from INCLUDE and LIB (it's probably ok to leave them in PATH).
2. Read the section on using IMSL under Building Applications..Using Libraries..Using IMSL in the Intel documentation for how to configure Visual Studio to use IMSL.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Steve,
I did include these two paths:
Thanks a lot
I did include these two paths:
C:Program FilesVNICTT6.0libIA32.
-
C:Program FilesVNICTT6.0includeIA32.
Thanks a lot

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page