C++ Builder XE2

TwineCompile - Cut C++Builder compile times by up to 50x!
TKrauss
Posts: 97
Joined: Thu Jul 21, 2011 8:22 am

Re: C++ Builder XE2

Post by TKrauss »

Thank you for your patch!

I will give it a try this evening.

One other question:
Is there a jtmake-version for TC3.3? If I use the old one I get an error that the project version "13.4" is unknown...
jomitech
Site Admin
Posts: 2157
Joined: Wed Oct 08, 2008 12:23 am

Re: C++ Builder XE2

Post by jomitech »

The TwineCompile installer only installs jtmake if it detects a FinalBuilder installation on the machine. I've sent you a link where you can download the latest jtmake.
Jon
TKrauss
Posts: 97
Joined: Thu Jul 21, 2011 8:22 am

Re: C++ Builder XE2

Post by TKrauss »

I now tried TwineCompile on Windows 7...

But there it is missing "jtresupdate.dll"!
jomitech
Site Admin
Posts: 2157
Joined: Wed Oct 08, 2008 12:23 am

Re: C++ Builder XE2

Post by jomitech »

Sorry, I forgot that file. Re-download from that link.
Jon
TKrauss
Posts: 97
Joined: Thu Jul 21, 2011 8:22 am

Re: C++ Builder XE2

Post by TKrauss »

Could you please upload the "TCTargetsXE2.targets"?

On my Win7 machine I get still the errors which I posted earlier in the thread (I still have only the original one)...
jomitech
Site Admin
Posts: 2157
Joined: Wed Oct 08, 2008 12:23 am

Re: C++ Builder XE2

Post by jomitech »

Did you install the patch I sent?
Jon
TKrauss
Posts: 97
Joined: Thu Jul 21, 2011 8:22 am

Re: C++ Builder XE2

Post by TKrauss »

Yes if you mean the mtbcc32 patch for registry.
But the compiler still shows the error in the "TCTargetsXE2.targets"...
jomitech
Site Admin
Posts: 2157
Joined: Wed Oct 08, 2008 12:23 am

Re: C++ Builder XE2

Post by jomitech »

Can you post the console output again? It may be reporting a different error message now.
Jon
TKrauss
Posts: 97
Joined: Thu Jul 21, 2011 8:22 am

Re: C++ Builder XE2

Post by TKrauss »

Yes of course...

Here the console output:
Preparing...
Making...
Build started 05.12.2011 18:23:15.
__________________________________________________
Project "D:\WafToolbox\Source\Utils\wutils.cbproj" (Make target(s)):

Target MakeObjs:
Target _PasDepCheck:
D:\WafToolbox\Source\Utils\wutils.cbproj wird übersprungen
Target TCInitFileList:
Die Datei D:\WafToolbox\Source\Utils\twfiles.@@@ wird gelöscht.
Compiling C++ files...
Target TCCompile:
C:\Program Files\JomiTech\TwineCompile\mtbcc32.exe -ide2012 -dep -alias"D:\WafToolbox\Source\Utils\wutils.cpp"="C:\Users\THORST~1\AppData\Local\Temp\TwineCompile\wutils.cpp*1061637796"; -priority0 -files="D:\WafToolbox\Source\Utils\twfiles.@@@"
JomiTech TwineCompile 3.3 - Copyright JomiTech 2011. All Rights Reserved.
Compiling 0 files...
Starting executors...
Couldn't compile files. Message: Can't start executors..
C:\Program Files\JomiTech\TwineCompile\TCTargetsXE2.targets(521,5): error MSB6006: "mtbcc32" wurde mit Code 1 beendet.
Done building target "TCCompile" in project "wutils.cbproj" -- FAILED.
Done building target "MakeObjs" in project "wutils.cbproj" -- FAILED.

Done building project "wutils.cbproj" -- FAILED.

Build FAILED.

C:\Program Files\JomiTech\TwineCompile\TCTargetsXE2.targets(521,5): error MSB6006: "mtbcc32" wurde mit Code 1 beendet.
0 Warning(s)
1 Error(s)

Time Elapsed 00:00:11.52
Finished Make.
jomitech
Site Admin
Posts: 2157
Joined: Wed Oct 08, 2008 12:23 am

Re: C++ Builder XE2

Post by jomitech »

I've sent you another patch. Please extract into the TwineCompile Program Files directory.
Jon
Post Reply