LNK2001_unresolved external symbol __imp___fmode

  • Thread starter Thread starter Jy_13
  • Start date Start date
J

Jy_13

Guest
Hi,

I'm working with VS 2017 version 15.9.9 and am using a 3rd party library provided by an external vendor. On linking with their new static library, I'm getting this linker error:

LNK2001 unresolved external symbol __imp___fmode

Not sure what is causing this. We use /MD for the CRT, and I believe they're using the same as well. Our code was earlier built with VS 2012 and it was compiling fine with their earlier lib.

Not sure what could cause this error. Appreciate any help.

TIA,
Jy

Continue reading...
 
Back
Top