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

  • Download
  • Add to my manuals
  • Print
  • Page
    / 92
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 10
7
FireInspector Automation User’s Manual
CATC Version 1.0
ANALYZERVERSION_SOFTWARE );
}
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;
}
TCHAR buffer[20];
_stprintf( buffer, _T("Software version:%X.%X"),
HIBYTE(sw_version), LOBYTE(sw_version) );
Page view 10
1 2 ... 6 7 8 9 10 11 12 13 14 15 16 ... 91 92

Comments to this Manuals

No comments