home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / CHIP 2005-06.iso / program / grafik / myriad.exe / Disk1 / data1.cab / Intgclt_-_xref / xref.h < prev    next >
Encoding:
C/C++ Source or Header  |  2005-05-12  |  1.5 KB  |  56 lines

  1. // xref.h : main header file for the XREF DLL
  2. //
  3.  
  4. #if !defined(AFX_XREF_H__A5683748_4D79_11D2_9652_00A0C9DB9F37__INCLUDED_)
  5. #define AFX_XREF_H__A5683748_4D79_11D2_9652_00A0C9DB9F37__INCLUDED_
  6.  
  7. #if _MSC_VER >= 1000
  8. #pragma once
  9. #endif // _MSC_VER >= 1000
  10.  
  11. #ifndef __AFXWIN_H__
  12.     #error include 'stdafx.h' before including this file for PCH
  13. #endif
  14.  
  15. #include "resource.h"        // main symbols
  16.  
  17. /////////////////////////////////////////////////////////////////////////////
  18. // CXrefApp
  19. // See xref.cpp for the implementation of this class
  20. //
  21.  
  22. class CXrefApp : public CWinApp
  23. {
  24. public:
  25.     CXrefApp();
  26.  
  27. // Overrides
  28.     // ClassWizard generated virtual function overrides
  29.     //{{AFX_VIRTUAL(CXrefApp)
  30.     //}}AFX_VIRTUAL
  31.  
  32.    // Interface to Mint from Myriad:
  33.    BOOL Init(void);
  34.    BOOL GetXref(LPCSTR LocalFile, LPCSTR xref, char *Answer, int Answersize);
  35.    void DeInit(void);
  36.  
  37.    BOOL LoadSearchPaths(LPCSTR filename);
  38.  
  39. private:
  40.    CStringList m_SearchPaths;
  41.  
  42.     //{{AFX_MSG(CXrefApp)
  43.         // NOTE - the ClassWizard will add and remove member functions here.
  44.         //    DO NOT EDIT what you see in these blocks of generated code !
  45.     //}}AFX_MSG
  46.     DECLARE_MESSAGE_MAP()
  47. };
  48.  
  49.  
  50. /////////////////////////////////////////////////////////////////////////////
  51.  
  52. //{{AFX_INSERT_LOCATION}}
  53. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  54.  
  55. #endif // !defined(AFX_XREF_H__A5683748_4D79_11D2_9652_00A0C9DB9F37__INCLUDED_)
  56.