I'm using mbsrtowcs to convert a char[] to a wide, and I'm getting link errors I can't comprehend. The actual code is in a C++ library, which compiles OK, but when I use this library in a C or C++ exe I get unresolved external symbols __imp__mbsrtowcs and void __stdcall _com_issue_error(long)" ( _com_issue_error@@YGXJ@Z).
Can anyone explain what is happening here
Thanks!

mbsrtowcs link errors
Robin H. Sanner
Thanks,
Kang Su Gatlin
Visual C++ Program Manager
glenmaclarty
Thanks,
Alan Lodge