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

compliance problem and library error

bekar__bahadır
Beginner
254 Views
vs 2015 and xe 2018. I can not run the project I run for fortran 2013 in 2018, the error codes are as follows ..

 

 

1> ------ Derleme başladı: Proje: Console2, Yapılandırma: Debug x64 ------
1> Intel (R) Visual Fortran Derleyici ile Derleme 18.0.0.124 [Intel (R) 64] ...
1 > Kaynak1.için
1> C: \ Kullanıcılar \ baha \ Belgeler \ Visual Studio 2015 \ Projects \ Console2 \ Console2 \ Source1.for (2): hata # 5102: Dosya açılamıyor 'LINK_FNL_STATIC.H'
1> C: \ Kullanıcılar \ baha \ Belgeler \ Visual Studio 2015 \ Projects \ Console2 \ Console2 \ Source1.for (3): hata # 7002: Derlenmiş modül dosyasını açarken hata oluştu. INCLUDE yollarını kontrol edin. [EVCRG_INT]
1> C: \ Kullanıcılar \ baha \ Belgeler \ Visual Studio 2015 \ Projects \ Console2 \ Console2 \ Source1.for (4): hata # 7002: Derlenmiş modül dosyasını açarken hata oluştu. INCLUDE yollarını kontrol edin. [EPIRG_INT]
1> C: \ Users \ baha \ Documents \ Visual Studio 2015 \ Projects \ Console2 \ Console2 \ Source1.for (5): hata # 7002: Derlenmiş modül dosyasını açarken hata oluştu. INCLUDE yollarını kontrol edin. [CSDER_INT]
1> C: \ Kullanıcılar \ baha \ Belgeler \ Visual Studio 2015 \ Projects \ Console2 \ Console2 \ Source1.for (6): hata # 7002: Derlenmiş modül dosyasını açarken hata oluştu. INCLUDE yollarını kontrol edin. [CSINT_INT]
1> derleme C: \ Users \ baha \ Documents \ Visual Studio 2015 \ Projects \ Console2 \ Console2 \ Source1.for için iptal edildi (kod 1)
1>
1> Oluşturma kütüğüne yazılır "file: // C: \ Kullanıcılar \ baha \ Belgeler \ Visual% 20Studio% 202015 \ Projects \ Console2 \ Console2 \ x64 \ Debug \ BuildLog.htm "
1> Konsol2 - 6 hata (lar), 0 uyarı (lar)

0 Kudos
1 Reply
mecej4
Honored Contributor III
254 Views

Please consult the page https://software.intel.com/en-us/articles/installing-and-using-the-imsl-libraries and configure your project to build with the IMSL library.

More specific advice can be given only if you describe (in English, please) how you obtained and installed Parallel Studio and IMSL. There may be a parallel Intel Fortran forum in Turkish, but I am not aware of one.

0 Kudos
Reply