home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 2001 July
/
VPR0107B.BIN
/
DRIVER
/
CANOPUS
/
MVR32
/
mvr32.exe
/
data1.cab
/
Development_Kit
/
Vc
/
Samples
/
Encode
/
Encode.h
< prev
next >
Wrap
C/C++ Source or Header
|
2001-02-09
|
974b
|
40 lines
// Encode.h : ENCODE アプリケーションのメイン ヘッダー ファイル
//
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h" // メイン シンボル
/////////////////////////////////////////////////////////////////////////////
// CEncodeApp:
// このクラスの動作の定義に関しては Encode.cpp ファイルを参照してください。
//
class CEncodeApp : public CWinApp
{
public:
CEncodeApp();
// オーバーライド
// ClassWizard は仮想関数を生成しオーバーライドします。
//{{AFX_VIRTUAL(CEncodeApp)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL
// インプリメンテーション
//{{AFX_MSG(CEncodeApp)
afx_msg void OnAppAbout();
// メモ - ClassWizard はこの位置にメンバ関数を追加または削除します。
// この位置に生成されるコードを編集しないでください。
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////