Error && MFC

2018-06-17 23:35:54来源:未知 阅读 ()

新老客户大回馈,云服务器低至5折

 Error:MSB6006 "rc.exe" exited with code 2.

  目录含有中文

 Error:no instance of overloaded function "CListCtrl::InsertItem" matches the argument list.

 m_list.InsertItem(2, "字符串");  改成 m_list.InsertItem(2, _T(" 字符串"));

 Error:for information on how your program can cause an assertion Failure,
     see the Visual C documentation on asserts.  Press Retry to debug the applicallon) .
    指针或参数错误

 Error: C2664 'void DDX_Control(CDataExchange *,int,CWnd &)': cannot convert argument 3 from 'CString' to 'CWnd &' .

    为对话框控件添加变量时,Category 选择 Value 而不是 Control 类型.

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:《2016年十一月十三日周总结》

下一篇:c++预声明类引发的无法解析外部符号问题