非常感谢你的解答,但我修改后编译还是不能通过,出现错误:
c:\mingc++\listfeature\listfeature.cpp(267) : error C2664: 'UsrFeaturesCollect' : cannot convert parameter 2 from 'struct pro_model_item' to 'struct pro_model_item ** '
No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
Error executing cl.exe.
麻烦再帮我看看是什么原因,十分感谢。作者: dlxuyi1975 时间: 2005-6-16 07:36
把出错的那句话改成if(!UsrFeaturesCollect(solid,&features))
你用mfc,会出现31错误,不过没关系,强制输出就可以了。