home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / borland / cb / setup / cbuilder / data.z / OLECONST.HPP < prev    next >
C/C++ Source or Header  |  1997-02-28  |  2KB  |  46 lines

  1. //----------------------------------------------------------------------------
  2. // oleconst.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
  3. // From: oleconst.pas
  4. //----------------------------------------------------------------------------
  5. #ifndef oleconstHPP
  6. #define oleconstHPP
  7. //----------------------------------------------------------------------------
  8. #include <System.hpp>
  9. #pragma warn -par
  10. #pragma warn -hid 
  11. #pragma warn -inl
  12.  
  13. namespace Oleconst
  14. {
  15. //-- type declarations -------------------------------------------------------
  16. //-- var, const, procedure ---------------------------------------------------
  17. #define SBadPropValue (int)(62208)
  18. #define SCannotActivate (int)(62209)
  19. #define SNoWindowHandle (int)(62210)
  20. #define SOleError (int)(62211)
  21. #define SVarNotObject (int)(62212)
  22. #define SVarNotAutoObject (int)(62213)
  23. #define SNoMethod (int)(62214)
  24. #define SLinkProperties (int)(62215)
  25. #define SInvalidLinkSource (int)(62216)
  26. #define SCannotBreakLink (int)(62217)
  27. #define SLinkedObject (int)(62218)
  28. #define SEmptyContainer (int)(62219)
  29. #define SInvalidVerb (int)(62220)
  30. #define SPropDlgCaption (int)(62221)
  31. #define SInvalidStreamFormat (int)(62222)
  32. #define SInvalidLicense (int)(62223)
  33. #define SNotLicensed (int)(62224)
  34.  
  35. }    /* namespace Oleconst */
  36.  
  37. #pragma warn .par
  38. #pragma warn .hid 
  39. #pragma warn .inl
  40.  
  41. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  42. using namespace Oleconst;
  43. #endif
  44. //-- end unit ----------------------------------------------------------------
  45. #endif    // oleconst
  46.