home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Direkt 1995 #6
/
CDD_6_95.ISO
/
cdd
/
winanw
/
bartest
/
sample1
/
bartest.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-11-07
|
1KB
|
41 lines
// bartest.h : main header file for the BARTEST application
//
// (c) Copyright 1994 HEX TECHNOLOGY. All rights reserved.
// This sample code is provided as a example implementation
// using barcodes.dll. You may only distribute or modify this
// code if you purchase a license for barcodes.dll.
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h" // main symbols
/////////////////////////////////////////////////////////////////////////////
// CBarApp:
// See bartest.cpp for the implementation of this class
//
class CBarApp : public CWinApp
{
public:
CBarApp();
// Overrides
virtual BOOL InitInstance();
virtual int ExitInstance();
// Implementation
//{{AFX_MSG(CBarApp)
afx_msg void OnAppAbout();
// NOTE - the ClassWizard will add and remove member functions here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////