Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jihervas

    ConvertStringToBSTR link error

    Well, it seems that I know where the problem was. In order to link without error I have to set in Setting of the project in "C/C++ -> Language -> Treat wchar_t as Built-In Type" to "No" (originally it was: "Yes(/Zc:wchar_t)". (I am working with Visual Studio .NET)...
  2. jihervas

    Help Please I am Desperate-- Link Issue w/_bstr_t

    Well, it seems that I know where the problem was. In order to link without error I have to set in Setting of the project in "C/C++ -> Language -> Treat wchar_t as Built-In Type" to "No" (originally it was: "Yes(/Zc:wchar_t)". (I am working with Visual Studio .NET)...
  3. jihervas

    Help Please I am Desperate-- Link Issue w/_bstr_t

    I have the same problem trying to compile/link a MFC exe project with VC7. Have you solved the problem linking with comsupp.lib library? I have done but I get the same error. also I have tested a very simple piece of code like this: char* lpszText = "Test"; printf("char *...
  4. jihervas

    ConvertStringToBSTR link error

    I am trying to link a MFC exe project in VC7 and I am having problem with the _variant_t object. The error I get is: targets.obj : error LNK2019: unresolved external symbol "wchar_t * __stdcall _com_util::ConvertStringToBSTR(char const *)" (?ConvertStringToBSTR@_com_util@@YGPA_WPBD@Z)...

Part and Inventory Search

Back
Top