love2002bj 发表于 2009-7-1 22:52:00

请教编译问题

errorC2440无法从我想是不是函数类型没定义对,还是 什么指针 转换的问题,不知道 如何解决,请教高手~~

luowy 发表于 2009-7-8 18:57:00

你有了解编译器的工作原理和代码的规范么?

wj_job 发表于 2009-7-14 01:15:00

Compiler Error C2440
       
       
               
            Error Message
          'conversion' : cannot convert from 'type1' to 'type2'
       
        The compiler cannot cast from 'type1' to 'type2'.
C2440 can occur as the result of conformance and update work that was done in the Standard C++ Library

love2002bj 发表于 2009-7-14 09:04:00

问题已解决,谢谢楼上的。。 ARX 自定义命令 函数 类型为 VOID ,我改了就编译错误, 具体编译器的工作原理 不是太懂的
页: [1]
查看完整版本: 请教编译问题