hey! SNOT!
I made a stupid mistake,Cause the app error!
My code
PHP Code:
char szBuf[MAX_PATH];
GetWindowsDirectoryA(szBuf, MAX_PATH);
std::string strFontFilename = szBuf;
strFontFilename+="\\Fonts\\simhei.ttf";
UIGraph::InitFont(strFontFilename,15);
In your windows system,
"c:\windows\Fonts\simhei.ttf" If this font file does not exist, will be error!
You can change any one font file's name, like"*.ttf" to "simhei.ttf",
then throw it in "c:\windows\Fonts\", it will be Ok!
I will Release a new MuModelView.exe next time(clear this bug)!