Search for:
Code:
BOOL CModelMng::LoadScript( LPCTSTR lpszFileName )
{
Probably this one btw:
Code:
if( iObject == 0 )
{
CString str;
str.Format( "CModelMng::LoadScript(%d) 0À¸·Î ÁöÁ¤µÈ ¸ð¼Ç ¾ÆÀ̵ð : %s, %s", script.GetLineNum(), szObject, script.token );
AfxMessageBox( str );
}
Either or, check the line number in mdldyna.inc. Also, to specifically find out each error, you can add some indicator to the string, Or just translate it from Korean euc to Korean if the file is still ascii format rather than utf-8 / Unicode and then to English.