level 1
zj1026246112
楼主
if(!LoadSTL(m_sFileName))
{
HWND pWnd=::GetActiveWindow();
MessageBox(pWnd,"There's something wrong with the STL file","Erro",
MB_ICONSTOP|MB_OK);
}
帮忙解释一下![[黑线]](/static/emoticons/u9ed1u7ebf.png)
![[黑线]](/static/emoticons/u9ed1u7ebf.png)
2016年04月12日 03点04分
1
{
HWND pWnd=::GetActiveWindow();
MessageBox(pWnd,"There's something wrong with the STL file","Erro",
MB_ICONSTOP|MB_OK);
}
帮忙解释一下