PcxError.cpp
上传用户:yatsl7111
上传日期:2007-01-08
资源大小:1433k
文件大小:0k
源码类别:

图形图象

开发平台:

Visual C++

  1. #include "stdafx.h"
  2. #include "PcxError.h"
  3. void ApiThrowMyExce(ENUM_EXCE_NO no)//catch throw 之后要不要set pInfo->result???
  4. {
  5. throw CMyException(no);
  6. }
  7. void ApiMyThrowMem()
  8. {
  9. throw CMyException(ENO_MENONYERR);
  10. }