home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 November
/
pcwk_11_98a.iso
/
Wtestowe
/
SOFTSRC
/
vtrial15.exe
/
DATA.1
/
CurveLdr.h
< prev
next >
Wrap
C/C++ Source or Header
|
1997-02-06
|
842b
|
34 lines
// CurveLdr.h : main header file for the CURVELDR DLL
//
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h" // main symbols
/////////////////////////////////////////////////////////////////////////////
// CCurveLdrApp
// See CurveLdr.cpp for the implementation of this class
//
class CCurveLdrApp : public CWinApp
{
public:
CCurveLdrApp();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CCurveLdrApp)
//}}AFX_VIRTUAL
//{{AFX_MSG(CCurveLdrApp)
// 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()
};
/////////////////////////////////////////////////////////////////////////////