cx_try
	{
		ximage->Decode( _m_pbyRead + jpgInfo.unPointerStart, jpgInfo.unSize, CXIMAGE_FORMAT_JP2 );
	}
	cx_catch
	{
		if ( strcmp(message,"") )
		{
			TCHAR szMessage[255];
			CAnyString::MBCS2Unicode( message, szMessage );
			theLog( CAnyLog::LOG_ERROR, szMessage );
		}
	}
너무 쉬운 내용인데도 항상 잊기에 한번 써본다. ㅠ,.ㅠ
크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기(0) 이올린에 추천하기(0)
2010/03/05 14:34 2010/03/05 14:34
TAG , ,

환경변수로 NLS_LANG 라는 값에 KOREAN_KOREA.KO16MSWIN949 를 넣어주면 된다.

크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기(0) 이올린에 추천하기(0)
2010/02/27 18:15 2010/02/27 18:15
TAG ,
unsigned int = %u
long = %ld
unsigned long = %lu
float = %f
double = %lf
long double = %Lf
16진수 = %02x
너무 쉬운 내용인데도 항상 잊기에 한번 써본다. ㅠ,.ㅠ
크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기(0) 이올린에 추천하기(0)
2010/02/21 18:43 2010/02/21 18:43