locked
Visual Studio 2013 Issue RRS feed

  • Question

  • I have a lirary that builds fine with Visual Studio 2012 but fails with Visual Studio 2013 preview.  

    The failure is caused by undefined symbols during linking:

    1>gsl.lib(minmax.obj) : error LNK2019: unresolved external symbol _dclass referenced in function gsl_vector_long_double_max
    1>gsl.lib(minmax.obj) : error LNK2019: unresolved external symbol _fdclass referenced in function gsl_vector_float_max

    which I have tracked down to functions that are defined in math.h and required whenever _isnan() is used.  

    But those do not appear to be available within the CRT libraries on VS 2013 (at least not those used by default on win32/x64 console applications).

    I would appreciate advice on what might be causing this failure.

    Saturday, August 31, 2013 7:40 PM

Answers

All replies