上一页 1 2 3 4 5 6 ··· 14 下一页
摘要: debug模式下: 包含include和lib <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> <LinkIncremental>true</LinkIncremental> <IncludePath>$ 阅读全文
posted @ 2024-01-15 16:49 曦花 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 再次打开vs2019 阅读全文
posted @ 2023-08-31 10:14 曦花 阅读(695) 评论(0) 推荐(0) 编辑
摘要: h文件中 afx_msg void OnSize(UINT nType, int cx, int cy); void ResizeUI(); vector<CRect> m_vec_rect_; BEGIN_MESSAGE_MAP(CDlgXXX, CBCGPDialog) ON_WM_SIZE() 阅读全文
posted @ 2023-06-03 13:23 曦花 阅读(44) 评论(0) 推荐(0) 编辑
摘要: 需要在OnInitDialog里加 ModifyStyleEx(WS_EX_DLGMODALFRAME, 0); BOOL CDlgXXX::OnInitDialog() { CDialog::OnInitDialog(); // 去掉对话框标题栏上的图标 ModifyStyleEx(WS_EX_D 阅读全文
posted @ 2023-05-26 13:47 曦花 阅读(112) 评论(0) 推荐(0) 编辑
摘要: Cmake-gui生成sln后,再次vs打开sln,遇到编译失败。 提示的是 #include <wincrypt.h> 4>C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\wincrypt.h(380,29): erro 阅读全文
posted @ 2023-05-16 17:25 曦花 阅读(280) 评论(0) 推荐(0) 编辑
摘要: 参考 https://help.aliyun.com/document_detail/464171.html?spm=a2c4g.453353.0.0.81fb6cf0iySGZT要引用 aliyun-openapi-cpp-sdk,包,就必须git clone下源码,并且cmake-gui,编译。 阅读全文
posted @ 2023-05-16 17:20 曦花 阅读(244) 评论(0) 推荐(0) 编辑
摘要: class CTitleButton : public CBCGPButton { DECLARE_DYNAMIC(CTitleButton) public: CTitleButton(); virtual ~CTitleButton(); protected: DECLARE_MESSAGE_MA 阅读全文
posted @ 2023-05-08 17:27 曦花 阅读(35) 评论(0) 推荐(1) 编辑
摘要: 参考 https://www.cnblogs.com/yibuyi-123/p/14661160.html BOOL CheckNumValid(CString strIn) { wstring szName = strIn.GetBuffer(); strIn.ReleaseBuffer(); s 阅读全文
posted @ 2023-04-19 13:10 曦花 阅读(927) 评论(0) 推荐(0) 编辑
摘要: perfmon -res 转自https://www.94ip.com/post/1354.html 阅读全文
posted @ 2023-03-28 12:16 曦花 阅读(209) 评论(0) 推荐(0) 编辑
摘要: tab顺序 ctrl+D,是设置初始tab顺序--default顺序的 阅读全文
posted @ 2023-03-24 11:25 曦花 阅读(42) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 14 下一页
点击右上角即可分享
微信分享提示