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

Using Static Library in Fortran Composer XE

Rohaldin_M_
Beginner
2,199 Views

Hi,

I have tried to include a static library in Intel Fortran composer Xe2013. but I got lots of error. I have attached some pictures to show the procedure I did and also error file.

thnaks

0 Kudos
2 Replies
Lorri_M_Intel
Employee
2,199 Views

If you look on your property pages, under Fortran->Libraries, you will probably see that it specified debug C libraries.

Unclick that, and use the non-debug C libraries.

The error you are getting is because you are linking against both the debug and non-debug versions of the C libraries.

                  --Lorri

0 Kudos
Rohaldin_M_
Beginner
2,199 Views

Many many thanks. I changed it to a Multithreaded runtime library and it works.

0 Kudos
Reply