|
发表于 2013-4-16 22:33:39
|
显示全部楼层
回复: wilcox组织结构
try
{
pFeature->gp( type_of_point, theo_or_meas, PART, align, point, workpl );
}
catch( CException* ex )
{
TCHAR szCause[255];
ex->GetErrorMessage(szCause, 255);
CString strErrorMessage;
strErrorMessage.Format( _T("Location::GetPinDiamenter : (%ld) of (%ld) exception <%s>\n"), type_of_point, pFeature->feature(), szCause );
debug.Send(strErrorMessage);
} |
|