- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
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.
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You're not linking with the 6.6A Fortran library (DFORMD.LIB) Perhaps you saved an old library somewhere?
Steve
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sorry - meant DFORMT.LIB. The entry point is there.
Steve
Steve

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