VS 2010 C++ CLR Library project, errors on adding comutil.h library
> Error 20 error LNK2001: unresolved > external symbol \"extern \"C\" long > __stdc
According to MSDN, _bstr_t requires comsuppw.lib. Add this library to the linker dependencies list.
_bstr_t