| 123456789101112131415161718192021222324 |
- #pragma once
- // BarCode.h : main header file for BarCode.DLL
- #if !defined( __AFXCTL_H__ )
- #error include 'afxctl.h' before including this file
- #endif
- #include "resource.h" // main symbols
- // CBarCodeApp : See BarCode.cpp for implementation.
- class CBarCodeApp : public COleControlModule
- {
- public:
- BOOL InitInstance();
- int ExitInstance();
- };
- extern const GUID CDECL _tlid;
- extern const WORD _wVerMajor;
- extern const WORD _wVerMinor;
|