dicom error
-
Hi, I recently upgraded the solution from VS 2015 to VS 2017 enterprise edition. When i build the solution am getting this error. Error LNK2019 unresolved external symbol _vsprintf referenced in function _COND_PushCondition ctn_lib.lib(condition.obj) 1 Any clue is highly appreciated. Kind regards, Suresh
-
Hi, I recently upgraded the solution from VS 2015 to VS 2017 enterprise edition. When i build the solution am getting this error. Error LNK2019 unresolved external symbol _vsprintf referenced in function _COND_PushCondition ctn_lib.lib(condition.obj) 1 Any clue is highly appreciated. Kind regards, Suresh
-
That is part of the standard C run time libraries so it should always be found. You may need to rebuild that library.
Thanks and it is working now