摘要:
1 CString str; 2 CPaintDC dc(this); 3 int cx = dc.GetDeviceCaps(HORZRES); 4 int cy = dc.GetDeviceCaps(VERTRES); 5 str.Format("%d %d", cx, cy); 6 AfxMe 阅读全文
摘要:
错误提示: 严重性 代码 说明 项目 文件 行 源 禁止显示状态 工具错误(活动) E0035 #error 指令: Building MFC application with /MD[d] (CRT dll version) requires MFC shared dll version. Ple 阅读全文