📄 placeboxcode.cpp
字号:
//
// This file was generated by the Bentley MFC Application Wizard
//
///////////////////////////////////////////////////////////////////////////////
// PlaceBoxcode.cpp : Defines the non dialog code for the DLL
//
#include "stdafx.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
extern "C"
{
__declspec(dllexport) void PlaceBoxMfc_NativeCode( void )
{
AFX_MANAGE_STATE(AfxGetStaticModuleState());
AfxMessageBox( "This is a Native Code Call to AfxMessageBox()" );
return;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -