home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 May / VPR9705A.ISO / VPR_DATA / PROGRAM / CBTRIAL / SETUP / DATA.Z / QBE.HPP < prev    next >
C/C++ Source or Header  |  1997-02-14  |  1KB  |  40 lines

  1. //----------------------------------------------------------------------------
  2. // QBE.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
  3. // From: QBE.pas
  4. //----------------------------------------------------------------------------
  5. #ifndef QBEHPP
  6. #define QBEHPP
  7. //----------------------------------------------------------------------------
  8. #include <Forms.hpp>
  9. #include <Windows.hpp>
  10. #include <Classes.hpp>
  11. #include <DBTables.hpp>
  12. #include <DB.hpp>
  13. #include <SysUtils.hpp>
  14. #include <System.hpp>
  15. #pragma warn -par
  16. #pragma warn -hid 
  17. #pragma warn -inl
  18.  
  19. namespace Qbe
  20. {
  21. //-- type declarations -------------------------------------------------------
  22. //-- var, const, procedure ---------------------------------------------------
  23. extern bool VQBLoadAttempted;
  24. extern void __fastcall InitVQB(void);
  25. extern bool __fastcall VQBLoaded(void);
  26. extern void __fastcall ExecBuilder(Dbtables::TQuery* Query);
  27. extern void __fastcall finalization(void);
  28.  
  29. }    /* namespace Qbe */
  30.  
  31. #pragma warn .par
  32. #pragma warn .hid 
  33. #pragma warn .inl
  34.  
  35. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  36. using namespace Qbe;
  37. #endif
  38. //-- end unit ----------------------------------------------------------------
  39. #endif    // QBE
  40.