c++2008 不能将参数 1 从“long”转换为“System::String ^”
跪求高手如何转换?精简代码:private:System::Voidtimer1_Tick(System::Object^sender,System::EventArgs...
跪求高手如何转换? 精简代码:
private: System::Void timer1_Tick(System::Object^ sender, System::EventArgs^ e)
{
long n=1;
this->label1 ->Text =n;
}
//------ 已启动生成: 项目: Windows, 配置: Debug Win32 ------
正在编译...
Windows.cpp
d:\my documents\visual studio 2008\projects\windows\windows\Form1.h(150) : error C2664: “void System::Windows::Forms::Control::Text::set(System::String ^)”: 不能将参数 1 从“long”转换为“System::String ^”
没有用户定义的转换运算符,或者
不存在从装箱形式的算术类型到目标类型的标准转换
生成日志保存在“file://d:\My Documents\Visual Studio 2008\Projects\Windows\Windows\Debug\BuildLog.htm”
Windows - 1 个错误,0 个警告
========== 生成: 成功 0 个,失败 1 个,最新 0 个,跳过 0 个 ==========
跪谢高手补全代码....!! 展开
private: System::Void timer1_Tick(System::Object^ sender, System::EventArgs^ e)
{
long n=1;
this->label1 ->Text =n;
}
//------ 已启动生成: 项目: Windows, 配置: Debug Win32 ------
正在编译...
Windows.cpp
d:\my documents\visual studio 2008\projects\windows\windows\Form1.h(150) : error C2664: “void System::Windows::Forms::Control::Text::set(System::String ^)”: 不能将参数 1 从“long”转换为“System::String ^”
没有用户定义的转换运算符,或者
不存在从装箱形式的算术类型到目标类型的标准转换
生成日志保存在“file://d:\My Documents\Visual Studio 2008\Projects\Windows\Windows\Debug\BuildLog.htm”
Windows - 1 个错误,0 个警告
========== 生成: 成功 0 个,失败 1 个,最新 0 个,跳过 0 个 ==========
跪谢高手补全代码....!! 展开
展开全部
7erui or8yoiyuoi
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
string n="1";
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
可以n.toString();或者在赋值语句""+n;
追问
n.toString(); 怎么用哈??是不是直接this->label1 ->Text =n.toString(); 就可以?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询