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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by pantek

  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