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

如何使用C++Builder编译Delphi使用Obj文件

2012-06-19 
怎么使用C++Builder编译Delphi使用Obj文件我有几个.CPP文件,想编译出供Delphi使用Obj文件,使用的命令是bcc

怎么使用C++Builder编译Delphi使用Obj文件
我有几个.CPP文件,想编译出供Delphi使用Obj文件,使用的命令是bcc32 -O2 -H=$(BCB)\lib\vcl60.csm -Hc -Vx -Ve -x- -RT- -X- -a8 -b- -k- -vi -c -tWM RTest.cpp -oRTest.obj,但链接到Delphi编译的时候总是提示错误
[Error] test.pas(456): Unsatisfied forward or external declaration: '@$bdele$qpv'
[Error] test.pas(456): Unsatisfied forward or external declaration: '@_vector_new_ldtc_$qpvuiuiuit1uit1'
[Error] test.pas(456): Unsatisfied forward or external declaration: '@_vector_delete_ldtc_$qpvuiuiuit1'
是什么地方出了问题?编译命令不对?还是?请给出指点

[解决办法]

探讨

用BCB可以编译delphi源文件,反过来不行。

热点排行