youlitai 发表于 2008-8-17 12:25:00

achar 的问题

char kWord;
#define RTNORM    5100
(acedGetInput(kWord) != RTNORM )   //error C2664: 'acedGetInput' : cannot convert parameter 1         
                                                            //from                      'char    ' to 'ACHAR *'
这个 错误怎么改呀??谢谢赐教!

youlitai 发表于 2008-8-17 18:03:00

不管了, 一律用宽字节的搞定!

smartCADD 发表于 2008-8-18 11:59:00

ACHAR kWord;
acedGetInput(kWord) != RTNORM
页: [1]
查看完整版本: achar 的问题