资 源 简 介
// Service.cpp : Defines the class behaviors for the application.//#include "stdafx.h"#include "Service.h"#include "ServiceDlg.h"//#define _CRTDBG_MAP_ALLOC //#include //#include #ifdef _DEBUG#define new DEBUG_NEW#undef THIS_FILEstatic char THIS_FILE[] = __FILE__;#endifextern void _CRTAPI1 main(int argc, char **argv);/////////////////////////////////////////////////////////////////////////////// CServiceAppBEGIN_MESSAGE_MAP(CServiceApp, CWinApp)//{{AFX_MSG_MAP(CServiceApp)// NOTE - the ClassWizard will add and remove mapping macros here.// DO NOT EDIT what you see in these blocks of generated code!//}}AFX_MSGON_COMMAND(ID_HELP, CWinApp::OnHelp)END_MESSAGE_MAP()/////////////////////////