home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 November
/
pcwk_11_98a.iso
/
Wtestowe
/
SOFTSRC
/
vtrial15.exe
/
DATA.1
/
CurveLdr.cpp
< prev
next >
Wrap
C/C++ Source or Header
|
1997-02-06
|
963b
|
36 lines
// CurveLdr.cpp : Defines the initialization routines for the DLL.
//
#include "stdafx.h"
#include "CurveLdr.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CCurveLdrApp
BEGIN_MESSAGE_MAP(CCurveLdrApp, CWinApp)
//{{AFX_MSG_MAP(CCurveLdrApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CCurveLdrApp construction
CCurveLdrApp::CCurveLdrApp()
{
// TODO: add construction code here,
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CCurveLdrApp object
CCurveLdrApp theApp;