home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2000 May / MICD_2000_05.iso / CBuilder5 / INSTALL / DATA1.CAB / Program_Built_Files / Include / Vcl / oleconst.hpp < prev    next >
C/C++ Source or Header  |  2000-02-01  |  4KB  |  69 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1999 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'OleConst.pas' rev: 5.00
  6.  
  7. #ifndef OleConstHPP
  8. #define OleConstHPP
  9.  
  10. #pragma delphiheader begin
  11. #pragma option push -w-
  12. #pragma option push -Vx
  13. #include <SysInit.hpp>    // Pascal unit
  14. #include <System.hpp>    // Pascal unit
  15.  
  16. //-- user supplied -----------------------------------------------------------
  17.  
  18. namespace Oleconst
  19. {
  20. //-- type declarations -------------------------------------------------------
  21. //-- var, const, procedure ---------------------------------------------------
  22. extern PACKAGE System::ResourceString _SBadPropValue;
  23. #define Oleconst_SBadPropValue System::LoadResourceString(&Oleconst::_SBadPropValue)
  24. extern PACKAGE System::ResourceString _SCannotActivate;
  25. #define Oleconst_SCannotActivate System::LoadResourceString(&Oleconst::_SCannotActivate)
  26. extern PACKAGE System::ResourceString _SNoWindowHandle;
  27. #define Oleconst_SNoWindowHandle System::LoadResourceString(&Oleconst::_SNoWindowHandle)
  28. extern PACKAGE System::ResourceString _SOleError;
  29. #define Oleconst_SOleError System::LoadResourceString(&Oleconst::_SOleError)
  30. extern PACKAGE System::ResourceString _SVarNotObject;
  31. #define Oleconst_SVarNotObject System::LoadResourceString(&Oleconst::_SVarNotObject)
  32. extern PACKAGE System::ResourceString _SVarNotAutoObject;
  33. #define Oleconst_SVarNotAutoObject System::LoadResourceString(&Oleconst::_SVarNotAutoObject)
  34. extern PACKAGE System::ResourceString _SNoMethod;
  35. #define Oleconst_SNoMethod System::LoadResourceString(&Oleconst::_SNoMethod)
  36. extern PACKAGE System::ResourceString _SLinkProperties;
  37. #define Oleconst_SLinkProperties System::LoadResourceString(&Oleconst::_SLinkProperties)
  38. extern PACKAGE System::ResourceString _SInvalidLinkSource;
  39. #define Oleconst_SInvalidLinkSource System::LoadResourceString(&Oleconst::_SInvalidLinkSource)
  40. extern PACKAGE System::ResourceString _SCannotBreakLink;
  41. #define Oleconst_SCannotBreakLink System::LoadResourceString(&Oleconst::_SCannotBreakLink)
  42. extern PACKAGE System::ResourceString _SLinkedObject;
  43. #define Oleconst_SLinkedObject System::LoadResourceString(&Oleconst::_SLinkedObject)
  44. extern PACKAGE System::ResourceString _SEmptyContainer;
  45. #define Oleconst_SEmptyContainer System::LoadResourceString(&Oleconst::_SEmptyContainer)
  46. extern PACKAGE System::ResourceString _SInvalidVerb;
  47. #define Oleconst_SInvalidVerb System::LoadResourceString(&Oleconst::_SInvalidVerb)
  48. extern PACKAGE System::ResourceString _SPropDlgCaption;
  49. #define Oleconst_SPropDlgCaption System::LoadResourceString(&Oleconst::_SPropDlgCaption)
  50. extern PACKAGE System::ResourceString _SInvalidStreamFormat;
  51. #define Oleconst_SInvalidStreamFormat System::LoadResourceString(&Oleconst::_SInvalidStreamFormat)
  52. extern PACKAGE System::ResourceString _SInvalidLicense;
  53. #define Oleconst_SInvalidLicense System::LoadResourceString(&Oleconst::_SInvalidLicense)
  54. extern PACKAGE System::ResourceString _SNotLicensed;
  55. #define Oleconst_SNotLicensed System::LoadResourceString(&Oleconst::_SNotLicensed)
  56. extern PACKAGE System::ResourceString _sNoRunningObject;
  57. #define Oleconst_sNoRunningObject System::LoadResourceString(&Oleconst::_sNoRunningObject)
  58.  
  59. }    /* namespace Oleconst */
  60. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  61. using namespace Oleconst;
  62. #endif
  63. #pragma option pop    // -w-
  64. #pragma option pop    // -Vx
  65.  
  66. #pragma delphiheader end.
  67. //-- end unit ----------------------------------------------------------------
  68. #endif    // OleConst
  69.