placeboxcode.cpp
来自「microstation MDL入门指导手册!」· C++ 代码 · 共 28 行
CPP
28 行
//
// 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 + =
减小字号Ctrl + -
显示快捷键?