怎么使用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'
是什么地方出了问题?编译命令不对?还是?请给出指点
[解决办法]