摘要: 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 阅读全文
posted @ 2023-02-12 12:00 kaling 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 错误提示: 严重性 代码 说明 项目 文件 行 源 禁止显示状态 工具错误(活动) E0035 #error 指令: Building MFC application with /MD[d] (CRT dll version) requires MFC shared dll version. Ple 阅读全文
posted @ 2023-02-12 04:09 kaling 阅读(318) 评论(0) 推荐(0) 编辑