Board index » cppbuilder » Re: bcc32pch 2.55

Re: bcc32pch 2.55


2005-12-15 06:59:34 PM
cppbuilder110
Simon Farmer wrote:
Quote
Is the source code available for V2.55?
Yes, it is.
andy.jgknet.de/cpp/index.php
--
Regards,
Andreas Hausladen
 
 

Re:Re: bcc32pch 2.55

Simon Farmer wrote:
Quote
1) d:\bcb6\bin\mtbcc32.exe but it complains:- [MAKE] Fatal: Unable to
execute command: D:\BCB6\Bin\..\BIN\D:\bcb6\Bin\mtbcc32.exe
Try to use "mtbcc32.exe" without the path. I think this is a bug in
bcc32pch.
--
Regards,
Andreas Hausladen
 

Re:Re: bcc32pch 2.55

Hi,
Is the source code available for V2.55?
Thanks
Simon
 

{smallsort}

Re:Re: bcc32pch 2.55

Hi,
How do I get mtbcc32.exe working with V2.55 or is there a bug.
In the bcc32.exe replacement i've tried:-
1) d:\bcb6\bin\mtbcc32.exe but it complains:- [MAKE] Fatal: Unable to
execute command: D:\BCB6\Bin\..\BIN\D:\bcb6\Bin\mtbcc32.exe
2) mtbcc32.exe but it doesn't compile and it says that there are errors but
doesn't say what they are.
Thanks
Simon
 

Re:Re: bcc32pch 2.55

Quote
Try to use "mtbcc32.exe" without the path. I think this is a bug in
bcc32pch.
Yes I tried that but it doesn't compile anything and it says that there are
errors but doesn't say what they are.
 

Re:Re: bcc32pch 2.55

Hi,
Looking at the source code, the Enviroment variable change to fix the Make
is commented out, is that correct?
Thanks
Simon
 

Re:Re: bcc32pch 2.55

Simon Farmer wrote:
Quote
Looking at the source code, the Enviroment variable change to fix the
Make is commented out, is that correct?
That is the old code that added the envvar to the existing envvars. The
new code sets up a complete new environement block fot the executed
commands (see MakeTools.pas)
--
Regards,
Andreas Hausladen
 

Re:Re: bcc32pch 2.55

Simon Farmer wrote:
Quote
Yes I tried that but it doesn't compile anything and it says that
there are errors but doesn't say what they are.
Bother, sounds like a mtbcc32 bug. Is this Twine 1.x or 2 ?
Jonathan
 

Re:Re: bcc32pch 2.55

Quote
Bother, sounds like a mtbcc32 bug. Is this Twine 1.x or 2 ?
Twine 2 Pre-Release i'm afraid. Do you want me to try 1.x?
Simon
 

Re:Re: bcc32pch 2.55

Simon Farmer wrote:
Quote
Twine 2 Pre-Release i'm afraid. Do you want me to try 1.x?
Thank you for reporting this bug, I'm pretty sure 1.7.2 will work fine, I
think that it is a bug in Twine 2. I appreciate your beta-testing Twine 2,
but if you want more compile speed without having these bugs, then do use
1.7.2.
Jonathan
 

Re:Re: bcc32pch 2.55

Quote
Thank you for reporting this bug, I'm pretty sure 1.7.2 will work fine, I
think that it is a bug in Twine 2. I appreciate your beta-testing Twine 2,
but if you want more compile speed without having these bugs, then do use
1.7.2.
No problem, i'll help you in anything you want. Our application is 700+ C++
files and compiles to over 25MB so helping you will help us!!!!
Thanks
Simon
 

Re:Re: bcc32pch 2.55

I've tried 1.7.2 but now I get the error message:-
[C++ Error] E2075: Incorrect command line option: -compilerprogram
Thanks
Simon
 

Re:Re: bcc32pch 2.55

Simon Farmer wrote:
Quote
I've tried 1.7.2 but now I get the error message:-
Use the mtbcc32ide.exe file. This one was specially built for bcc32pch.
Jonathan
 

Re:Re: bcc32pch 2.55

Jonathan Benedicto wrote:
Quote
But as for this problem, I really don't know. Maybe Andreas can shed
some light on this.
bcc32pch looks for a "mtbcc32.exe" not for a "mtbcc32ide.exe". I could
change that but I think it is more confusing to have two different
versions of mtbcc32 laying around.
--
Regards,
Andreas Hausladen
 

Re:Re: bcc32pch 2.55

Simon Farmer wrote:
Quote
Sorry to bother you again, do I just put that in the bcc32.exe
replacement box?
Yes you do.
Quote
Should I then see multiple mtbcc32ide's in task manager because I
don't see any. :( I've put it in the bcc32.exe replacement box and I
get bcc32ide.exe :~
No, only one. This older version contains all the threads inside itself.
But you should see multiple bcc32ide's though.
Jonathan