Board index » cppbuilder » ANN: bcc32pch 2.7 BETA

ANN: bcc32pch 2.7 BETA


2006-09-10 09:04:48 PM
cppbuilder28
bcc32pch 2.7 goes into the BETA phase.
You can download the BETA from the updated homepage
andy.jgknet.de/cpp
The changes from ALPHA 2 to BETA:
- Added: Support for BDS 2006's Local source file options for .cpp files.
- Changed: The internal Make system is now the only make system in the
global options.
- Removed: Removed "Add build VersionInfo" options because it has no
functionality anymore.
- Fixed: BCB 5 support is back
- Fixed: Exceptions during compilation caused a "Commandline tool returned
errorcode" message.
- Fixed: ulink cannot handle paths with a dash.
- Fixed: Replacement IDE Linker is disabled by default.
- Fixed: Build version was increased even if "Auto increment build number"
was switched off.
- Fixed: Linking failed for BCB to BDS imported projects. (bug in BDS's
BCB importer)
- Fixed: .bcc32pch files were also created for Delphi/Delphi.NET/C#
projects.
- Fixed: Unsaved projects now use in-memory resource file.
- Fixed: bcc32pch project options of all projects were written to all
unsaved projects.
- Fixed: Compile dialog and Detailed Message dialog now stay behind modal
dialogs.
- Fixed: Replacement compilation made the IDE acting instable.
--
Regards,
Andreas Hausladen
(andy.jgknet.de/blog)
 
 

Re:ANN: bcc32pch 2.7 BETA

On Sun, 10 Sep 2006 15:04:48 +0200, "Andreas Hausladen"
< XXXX@XXXXX.COM >wrote:
Quote
- Fixed: ulink cannot handle paths with a dash.
huh? it is ilink32 couldn't handle paths with dashes while ulink
successfully built the project
--
Vladimir Ulchenko aka vavan
 

Re:ANN: bcc32pch 2.7 BETA

vavan wrote:
Quote
huh? it is ilink32 couldn't handle paths with dashes while ulink
successfully built the project
outch.
--
Regards,
Andreas Hausladen
(andy.jgknet.de/blog)
 

{smallsort}

Re:ANN: bcc32pch 2.7 BETA

On Mon, 11 Sep 2006 07:58:38 +0200, "Andreas Hausladen"
< XXXX@XXXXX.COM >wrote:
Quote
outch.
NP, just erratum I believe? :)
anyway I must ratify that since 2.7 bcc32pch became even more useful
for me than before, thank's a lot, Andreas!
--
Vladimir Ulchenko aka vavan
 

Re:ANN: bcc32pch 2.7 BETA

Hi Andreas,
Thanks for the new version, it seems faster than before (when using the
replacement compiler, though somewhat slower than before when not using
it)!
Just ont little problem, though probably due to my doing something
wrong: I've tried to use ulink as a replacement to ilink32, but it
always says it can't find the linker. I put ulink.exe in $(BCB)\bin,
and I set the ilink32.exe replacement field (Tools->C++ Compiler
Enhancement Options->Replacement Compiler->Compilation Tools) to the
complete path with file name.
Any idea what the problem can be or what I'm doing wrong?
--
Best regards,
Jonathan Neve
_______________
CopyTiger - advanced database replicator for Interbase/Firebird!
Web : www.microtec.fr/copycat/ct
_______________________________________
CopyCat - database replication components for Delphi/C++Builder!
Web : www.microtec.fr/copycat/cc
 

Re:ANN: bcc32pch 2.7 BETA

On 11 Sep 2006 05:51:07 -0700, "Jonathan Neve[Microtec]"
< XXXX@XXXXX.COM >wrote:
Quote
Thanks for the new version, it seems faster than before (when using the
confirmed, 2.7 beta works faster than earlier alpha versions
Quote
always says it can't find the linker. I put ulink.exe in $(BCB)\bin,
that's exactly what I did, I can see c:\bds4\bin\ulink.exe within
'ilink32.exe replacement:' field and it works just fine for me
--
Vladimir Ulchenko aka vavan
 

Re:ANN: bcc32pch 2.7 BETA

On Mon, 11 Sep 2006 16:32:19 +0300, "Eimis" < XXXX@XXXXX.COM >wrote:
Quote
it is not by default there, google is also unable to find it :/ or am i too
try "ulink group:borland.*" in google and you'll find it very soon I
hope :)
--
Vladimir Ulchenko aka vavan
 

Re:ANN: bcc32pch 2.7 BETA

how to get unlink for bcb6?
it is not by default there, google is also unable to find it :/ or am i too
stupid to use google? :)
Eimis
"vavan" < XXXX@XXXXX.COM >wrote in message
Quote
On 11 Sep 2006 05:51:07 -0700, "Jonathan Neve[Microtec]"
< XXXX@XXXXX.COM >wrote:

>Thanks for the new version, it seems faster than before (when using the

confirmed, 2.7 beta works faster than earlier alpha versions

>always says it can't find the linker. I put ulink.exe in $(BCB)\bin,

that's exactly what I did, I can see c:\bds4\bin\ulink.exe within
'ilink32.exe replacement:' field and it works just fine for me

--
Vladimir Ulchenko aka vavan
 

Re:ANN: bcc32pch 2.7 BETA

nope, it gives the same result, and "group:borland.*" is not included in the
search :/
Eimis
"vavan" < XXXX@XXXXX.COM >wrote in message
Quote
On Mon, 11 Sep 2006 16:32:19 +0300, "Eimis" < XXXX@XXXXX.COM >wrote:

>it is not by default there, google is also unable to find it :/ or am i
>too

try "ulink group:borland.*" in google and you'll find it very soon I
hope :)

--
Vladimir Ulchenko aka vavan
 

Re:ANN: bcc32pch 2.7 BETA

i found link:
ftp.styx.cabel.net/pub/unilink
but it does not accept anonymous logins :(
Eimis
"vavan" < XXXX@XXXXX.COM >wrote in message
Quote
On Mon, 11 Sep 2006 16:32:19 +0300, "Eimis" < XXXX@XXXXX.COM >wrote:

>it is not by default there, google is also unable to find it :/ or am i
>too

try "ulink group:borland.*" in google and you'll find it very soon I
hope :)

--
Vladimir Ulchenko aka vavan
 

Re:ANN: bcc32pch 2.7 BETA

On Mon, 11 Sep 2006 16:42:50 +0300, "Eimis" < XXXX@XXXXX.COM >wrote:
Quote
ftp.styx.cabel.net/pub/unilink
glad you've found it finally
Quote
but it does not accept anonymous logins :(
I just tried it and it accepted me with anonymous login
--
Vladimir Ulchenko aka vavan
 

Re:ANN: bcc32pch 2.7 BETA

f%@#%king explorer, total commander connects well :)
thanks
Eimis
"vavan" < XXXX@XXXXX.COM >wrote in message
Quote
On Mon, 11 Sep 2006 16:42:50 +0300, "Eimis" < XXXX@XXXXX.COM >wrote:

>ftp.styx.cabel.net/pub/unilink

glad you've found it finally

>but it does not accept anonymous logins :(

I just tried it and it accepted me with anonymous login

--
Vladimir Ulchenko aka vavan
 

Re:ANN: bcc32pch 2.7 BETA

Eimis wrote:
Quote
how to get unlink for bcb6?
it is not by default there, google is also unable to find it :/ or am i too
stupid to use google? :)

Eimis

"vavan" < XXXX@XXXXX.COM >wrote in message
news: XXXX@XXXXX.COM ...
>On 11 Sep 2006 05:51:07 -0700, "Jonathan Neve[Microtec]"
>< XXXX@XXXXX.COM >wrote:
>
>>Thanks for the new version, it seems faster than before (when using the
>confirmed, 2.7 beta works faster than earlier alpha versions
>
>>always says it can't find the linker. I put ulink.exe in $(BCB)\bin,
>that's exactly what I did, I can see c:\bds4\bin\ulink.exe within
>'ilink32.exe replacement:' field and it works just fine for me
>
>--
>Vladimir Ulchenko aka vavan


I tried again last ulink for CB6, but without success, I have a message:
unknown -l switch ( for construction like -lobj), this switch is present
in the makefile, but unlink don't understand it.
 

Re:ANN: bcc32pch 2.7 BETA

vavan wrote:
Quote
On 11 Sep 2006 05:51:07 -0700, "Jonathan Neve[Microtec]"
< XXXX@XXXXX.COM >wrote:

>Thanks for the new version, it seems faster than before (when using
>the

confirmed, 2.7 beta works faster than earlier alpha versions

>always says it can't find the linker. I put ulink.exe in $(BCB)\bin,

that's exactly what I did, I can see c:\bds4\bin\ulink.exe within
'ilink32.exe replacement:' field and it works just fine for me
Ok, it finds it now (it turns out that it couldn't handle a path name
with a space in it and quotes -- replacing "Program files" by
"Progra~1" worked.
However, when I compile I get an error saying:
"Illegal option value: '-l' in response file"
Any ideas?
--
Best regards,
Jonathan Neve
_______________
CopyTiger - advanced database replicator for Interbase/Firebird!
Web : www.microtec.fr/copycat/ct
_______________________________________
CopyCat - database replication components for Delphi/C++Builder!
Web : www.microtec.fr/copycat/cc
 

Re:ANN: bcc32pch 2.7 BETA

Vladimir Zhuchko wrote:
Quote
I tried again last ulink for CB6, but without success, I have a message:
unknown -l switch ( for construction like -lobj), this switch is present
in the makefile, but unlink don't understand it.
That is already fixed in the code base.
A workaround is to set either the environment options's Bpi/Lib output
directory or the project option's Bpi/Lib output directory to a valid
folder.
--
Regards,
Andreas Hausladen
(andy.jgknet.de/blog)