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 >
C/C++ Source or Header  |  1997-02-06  |  963b  |  36 lines

  1. // CurveLdr.cpp : Defines the initialization routines for the DLL.
  2. //
  3.  
  4. #include "stdafx.h"
  5. #include "CurveLdr.h"
  6.  
  7. #ifdef _DEBUG
  8. #define new DEBUG_NEW
  9. #undef THIS_FILE
  10. static char THIS_FILE[] = __FILE__;
  11. #endif
  12.  
  13. /////////////////////////////////////////////////////////////////////////////
  14. // CCurveLdrApp
  15.  
  16. BEGIN_MESSAGE_MAP(CCurveLdrApp, CWinApp)
  17.     //{{AFX_MSG_MAP(CCurveLdrApp)
  18.         // NOTE - the ClassWizard will add and remove mapping macros here.
  19.         //    DO NOT EDIT what you see in these blocks of generated code!
  20.     //}}AFX_MSG_MAP
  21. END_MESSAGE_MAP()
  22.  
  23. /////////////////////////////////////////////////////////////////////////////
  24. // CCurveLdrApp construction
  25.  
  26. CCurveLdrApp::CCurveLdrApp()
  27. {
  28.     // TODO: add construction code here,
  29.     // Place all significant initialization in InitInstance
  30. }
  31.  
  32. /////////////////////////////////////////////////////////////////////////////
  33. // The one and only CCurveLdrApp object
  34.  
  35. CCurveLdrApp theApp;
  36.