7.0.0.2795: Bug if Compile Delphi Win32 Project is set to use BCB6

I have a FB7 project which is used to compile a VCL component for all Delphi/C++Builder versions. After upgrade to 7.0.0.2795, the BCB6 build fails, because the output path contains an additional U character. Drive M: is my local build drive.

excerpt from BCB5 created .cfg file

-$M16384,1048576
-K4194304
-EM:\Subversion\VclClient\BCB5
-NM:\Subversion\VclClient\BCB5

BCB6 created config file

-$M16384,1048576
-K$00400000
-EM:\Subversion\VclClient\BCB6
-NUM:\Subversion\VclClient\BCB6

There's an additional U character.

This happens only with BCB6 as compiler.

Please fix.

Thanks
Martin

Hi Martin, 

Vincent has made a fix for this issue it is available in the following build;

http://downloads.finalbuilder.com/d…0_2812.exe

Thanks, will give it a try and report back.

Verified - working again. Thanks for the quick fix.