哪位好心的大哥大姐帮帮小弟吧 实在做不出来了,帮我把问题解决了吧 20
while(colorIndex<0||colorIndex>256){acedPrompt("\n输入了无效的颜色索引值");if(acedGetInt("输入颜色索引...
while (colorIndex< 0 || colorIndex>256)
{
acedPrompt("\n输入了无效的颜色索引值");
if(acedGetInt("输入颜色索引值(2~256):",&colorIndex)!= RTNORM)
{
return 0;
}
}
d:\objectarx\新建文件夹\arx\arx\acrxentrypoint.cpp(89) : error C2664: 'acedPrompt' : cannot convert parameter 1 from 'const char [24]' to 'const ACHAR *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>d:\objectarx\新建文件夹\arx\arx\acrxentrypoint.cpp(90) : error C2664: 'acedGetInt' : cannot convert parameter 1 from 'const char [25]' to 'const ACHAR *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast 展开
{
acedPrompt("\n输入了无效的颜色索引值");
if(acedGetInt("输入颜色索引值(2~256):",&colorIndex)!= RTNORM)
{
return 0;
}
}
d:\objectarx\新建文件夹\arx\arx\acrxentrypoint.cpp(89) : error C2664: 'acedPrompt' : cannot convert parameter 1 from 'const char [24]' to 'const ACHAR *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>d:\objectarx\新建文件夹\arx\arx\acrxentrypoint.cpp(90) : error C2664: 'acedGetInt' : cannot convert parameter 1 from 'const char [25]' to 'const ACHAR *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast 展开
2个回答
展开全部
acedGetInt(_T("输入颜色索引值(2~256):"),&colorindex)
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
(acedGetInt("输入颜色索引值(2~256):",&colorIndex)!你这个我还真没看懂,你那个输入的时候,不要写‘%d’之类的东东吗?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询