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 gkittelson 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: *

  • Users: pantek
  • Order by date
  1. pantek

    AnsiString converstion to widechar's

    Can this help you? wchar_t *AnsiTowchar_t(AnsiString Str) { wchar_t *str = new wchar_t[Str.WideCharBufSize()]; return Str.WideChar(str, Str.WideCharBufSize()); delete str; }

Part and Inventory Search

Back
Top