본문 바로가기

Windows/MFC

_bstr_t 를 CString으로

[code]CString dest;
_bstr_t src;

dest.Format(L"%s", (LPCTSTR)src);
[/code]

'Windows > MFC' 카테고리의 다른 글

윈도우 종료하기.. Exit window  (0) 2013.10.02
MDB Init  (0) 2013.10.02
CCreateThreadEx  (0) 2013.10.02
Multithreading with C++ and MFC  (0) 2013.10.02
CNiceSliderCtrl  (0) 2013.10.02