Software Archive
Read-only legacy content
17060 Discussions

unresolved external symbol _for_check_mult_overflow

sidoroff
Beginner
642 Views
I use mixed C/C++/Fortran with static multithread libraries

After upgrade 6.6 (and 6.6A) link fault because error:
: error LNK2001: unresolved external symbol _for_check_mult_overflow

What I should to do? I unlike to use dll.
0 Kudos
3 Replies
Steven_L_Intel1
Employee
642 Views
You're not linking with the 6.6A Fortran library (DFORMD.LIB) Perhaps you saved an old library somewhere?

Steve
0 Kudos
sidoroff
Beginner
642 Views
I have DFORMD.LIB library (26.11.2001) in ...df98lb directory

But I compile my project as MULTITHREAD STATIC (not DLL).
DFORMD.LIB use in DLL projects as I know.

My dformt.lib (25.09.2001) for static projects not content _for_check_mult_overflow function. Why?
0 Kudos
Steven_L_Intel1
Employee
642 Views
Sorry - meant DFORMT.LIB. The entry point is there.

Steve
0 Kudos
Reply