查看单个帖子
旧 2013-04-16, 10:33 PM   #5
yogy
高级会员
 
注册日期: 06-11
帖子: 1527
精华: 15
现金: 6353 标准币
资产: 6353 标准币
yogy 向着好的方向发展
默认 回复: 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);
}
yogy离线中   回复时引用此帖