- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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
링크가 복사됨
2 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Many many thanks. I changed it to a Multithreaded runtime library and it works.
