// mdi.cpp : Defines the class behaviors for the application.
//
// This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (C) 1992-1998 Microsoft Corporation
// All rights reserved.
//
// This source code is only intended as a supplement to the
// Microsoft Foundation Classes Reference and related
// electronic documentation provided with the library.
// See these sources for detailed information regarding the
// Microsoft Foundation Classes product.
#include "stdafx.h"
#include "mdi.h"
#include "RevPlayThread.h"
#include "mainfrm.h"
#include "winsock2.h"
#ifdef _DEBUG
#undef THIS_FILE
static char BASED_CODE THIS_FILE[] = __FILE__;
#endif
/
// CMdiApp
BEGIN_MESSAGE_MAP(CMdiApp, CWinApp)
//{{AFX_MSG_MAP(CMdiApp)
ON_COMMAND(ID_APP_ABOUT, OnAppAbout)
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/
// CMdiApp construction
// Place all significant initialization in InitInstance
CMdiApp::CMdiApp()
{
}
/
// The one and only CMdiApp object文章来源:https://www.toymoban.com/news/detail-565471.html
CMdiApp NEAR theApp;文章来源地址https://www.toymoban.com/news/detail-565471.html
到了这里,关于C++远程监控系统接收端- mdi.cpp的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!