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

请教编译问题

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

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

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

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

<div class="title">Compiler Error C2440<!--Element not supported - Type: 8 Name: #comment--></div><!--Element not supported - Type: 8 Name: #comment-->
        <p>
        </p><div class="section" id="errorTitleSection">
                <h4 class="subHeading">
            Error Message
          </h4>'conversion' : cannot convert from 'type1' to 'type2'<br/>
        </div>
        <p>The compiler cannot cast from 'type1' to 'type2'.</p> 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]
查看完整版本: 请教编译问题