摘要: 在VC2008中编程如下: TempValue.Format("%d",m_CH1_Value); //TempValue为Cstring类型,m_CH1_Value为Int类型编译之后出现1>e:\project\cplus\control\control\controldlg.cpp(200) :error C2664: “void ATL::CStringT<BaseType,StringTraits>::Format(constwchar_t *,...)”: 不能将参数1 从“const char [3]”转换为“const wchar_t *” 阅读全文
posted @ 2010-08-12 23:35 dzqabc 阅读(1565) 评论(0) 推荐(0) 编辑