读书人

do you wish to remove/redirect the

发布时间: 2012-02-27 10:00:22 作者: rapoo

do you wish to remove/redirect the links to another module
我有一个工程文件,修改任何一个模块保存就出现下面的错误信息,保存也保存不了,只能关闭BCB,然后重新编译,为什么!

module 'aaa ' links to module 'mainform ' which cannot be found in the current project.
do you wish to remove/redirect the links to another module?

[解决办法]
module 'aaa ' links to module 'mainform ' which cannot be found in the current project.
do you wish to remove/redirect the links to another module?

你连接的一个叫mainform的东西在当前工程找不到了

解决 1 option-> Directores/Condition 下 Include和library path 检查一下 看有没有mainform连接

解决 2 option-> remove from project 看看有没有mainform 从工程里面移出得了
这个可能性最大,因为你干掉了.cpp 但是 .bpr这个工程文件里还有关于这个模块的纪录
找不到就抱错

解决 3 直接用记事本打开*.bpr 把所有和mainform有关的纪录 统统干掉 这个世界就清静了...

读书人网 >C++ Builder

热点推荐