使用vc6 在点击左侧class view中的一个方法实现时出现下面错误
cannot find the definition (implementation) of this function
*.opt *.ncb *.plg *.aps
然后rebuld all
cannot find the definition (implementation) of this function
解决方法:
删除工作目录下面的*.opt *.ncb *.plg *.aps
然后rebuld all
在使用VC6开发过程中,遇到无法找到方法定义的错误时,可以通过清理工作目录并重建项目来解决。

317

被折叠的 条评论
为什么被折叠?



