lib-atl.lnt
上传用户:filter2008
上传日期:2010-03-12
资源大小:2959k
文件大小:1k
源码类别:

编辑器/阅读器

开发平台:

C/C++

  1.     // These options were necessary to quietly process headers:
  2.     // atlbase.h and atlcom.h
  3. -elib(618)             // unusual order 'const static ...'
  4. // The following option had been used to suppress messages prior to
  5. // our supporting __declspec(selectany)
  6. // -elibsym(14,31)
  7. -esym(665,ATL::ATLTRY) // unparenthesized macro parameter
  8. -esym(1512,CThreadLocalObject)   // this base classe has a destructor that is not virtual
  9. -esym(1512,CProcessLocalObject)  // this base classe has a destructor that is not virtual