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