Teledyne-lecroy FireInspector Automation Application Programming I User Manual Page 43

  • Download
  • Add to my manuals
  • Print
  • Page
    / 92
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 42
39
FireInspector Automation User’s Manual
CATC Version 1.0
C++:
IFwTrace* fw_trace;
TCHAR file_name[_MAX_PATH];
. . .
try
{
fw_trace->ReportErrorSummary( file_name );
}
catch ( _com_error& er)
{
if (er.Description().length() > 0)
::MessageBox( NULL, er.Description(), _T("FwAnalyzer
client"), MB_OK );
else
::MessageBox( NULL, er.ErrorMessage(), _T("FwAnalyzer
client"), MB_OK );
return 1;
}
Page view 42
1 2 ... 38 39 40 41 42 43 44 45 46 47 48 ... 91 92

Comments to this Manuals

No comments