DLL client.h 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. // DLL client.h : main header file for the DLL CLIENT application
  2. // must put build number define on third line
  3. #define BUILDNUM 58
  4. //
  5. //
  6. // Copyright 2002 Neil Van Eps
  7. //
  8. #if !defined(AFX_DLLCLIENT_H__C7546300_4711_11D6_880A_00104B2B0208__INCLUDED_)
  9. #define AFX_DLLCLIENT_H__C7546300_4711_11D6_880A_00104B2B0208__INCLUDED_
  10. #if _MSC_VER > 1000
  11. #pragma once
  12. #endif // _MSC_VER > 1000
  13. #ifndef __AFXWIN_H__
  14. #error include 'stdafx.h' before including this file for PCH
  15. #endif
  16. #include "resource.h" // main symbols
  17. /////////////////////////////////////////////////////////////////////////////
  18. // CDLLclientApp:
  19. // See DLL client.cpp for the implementation of this class
  20. //
  21. class CDLLclientApp : public CWinApp
  22. {
  23. public:
  24. CDLLclientApp();
  25. // Overrides
  26. // ClassWizard generated virtual function overrides
  27. //{{AFX_VIRTUAL(CDLLclientApp)
  28. public:
  29. virtual BOOL InitInstance();
  30. //}}AFX_VIRTUAL
  31. // Implementation
  32. //{{AFX_MSG(CDLLclientApp)
  33. // NOTE - the ClassWizard will add and remove member functions here.
  34. // DO NOT EDIT what you see in these blocks of generated code !
  35. //}}AFX_MSG
  36. DECLARE_MESSAGE_MAP()
  37. };
  38. /////////////////////////////////////////////////////////////////////////////
  39. //{{AFX_INSERT_LOCATION}}
  40. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  41. #endif // !defined(AFX_DLLCLIENT_H__C7546300_4711_11D6_880A_00104B2B0208__INCLUDED_)