프로그래밍/폰트_문자열_인코딩10 CString을 string으로 바꾸면서 해준 내용들... // WriteFile( hParsedData, tempStr.GetBuffer( tempStr.GetLength() ), tempStr.GetLength(), &dwWrite, NULL ); WriteFile( hParsedData, tempStr.c_str(), tempStr.size(), &dwWrite, NULL ); CString tempStr2; tempStr2 = tempStr.c_str(); pTool->m_lbLogView.AddString( tempStr2 ); //tempStr = pPacket->NMEA.Left( 6 ); // ????? tempStr = pPacket->NMEA.substr( 0, 6 ); // pPacket->NMEA = tempBuffer; pPacket->N.. 2008. 2. 14. 유니코드의 정의와 ANSI 구별 http://blog.naver.com/anta000?Redirect=Log&logNo=80020876713 2008. 2. 6. 이전 1 2 3 다음