摘要:
debug模式下: 包含include和lib <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> <LinkIncremental>true</LinkIncremental> <IncludePath>$ 阅读全文
摘要:
再次打开vs2019 阅读全文
摘要:
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() 阅读全文
摘要:
需要在OnInitDialog里加 ModifyStyleEx(WS_EX_DLGMODALFRAME, 0); BOOL CDlgXXX::OnInitDialog() { CDialog::OnInitDialog(); // 去掉对话框标题栏上的图标 ModifyStyleEx(WS_EX_D 阅读全文
摘要:
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 阅读全文
摘要:
参考 https://help.aliyun.com/document_detail/464171.html?spm=a2c4g.453353.0.0.81fb6cf0iySGZT要引用 aliyun-openapi-cpp-sdk,包,就必须git clone下源码,并且cmake-gui,编译。 阅读全文
摘要:
class CTitleButton : public CBCGPButton { DECLARE_DYNAMIC(CTitleButton) public: CTitleButton(); virtual ~CTitleButton(); protected: DECLARE_MESSAGE_MA 阅读全文
摘要:
参考 https://www.cnblogs.com/yibuyi-123/p/14661160.html BOOL CheckNumValid(CString strIn) { wstring szName = strIn.GetBuffer(); strIn.ReleaseBuffer(); s 阅读全文
摘要:
perfmon -res 转自https://www.94ip.com/post/1354.html 阅读全文
摘要:
tab顺序 ctrl+D,是设置初始tab顺序--default顺序的 阅读全文