cvision.cpp in OpenCVL.rar
Sponsored links
// cvision.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "cvision.h"
#include "cvisionDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CCvisionApp
BEGIN_MESSAGE_MAP(CCvisionApp, CWinApp)
//{{AFX_MSG_MAP(CCvisionApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP, CWinApp::OnHelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CCvisionApp construction
CCvisionApp::CCvisionApp()
{
// TODO: add construction code here,
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CCvisionApp object
CCvisionApp theApp;
///////////////////////////
...
...
... to be continued.
This is a preview. To get the complete source file,
please click here to download the whole source code package.