首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > C++ Builder >

do you wish to remove/redirect the links to another module解决方案

2012-02-27 
do you wish to remove/redirect the links to another module我有一个工程文件,修改任何一个模块保存就出

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有关的纪录 统统干掉 这个世界就清静了...

热点排行