搜索:AFXDLL
找到约 1 项符合「AFXDLL」的查询结果
结果 1
按分类筛选
https://www.eeworm.com/dl/674/235806.html
Windows CE
#ifdef _AFXDLL Enable3dControls() // Call this when using MFC in a shared DLL #else Enable3d
#ifdef _AFXDLL
Enable3dControls() // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic() // Call this when linking to MFC statically
#endif
CPreviewDialogDlg dlg
m_pMainWnd = &dlg
int nResponse = dlg.DoModal()
if (nResponse == IDOK)
{
// TODO: ...