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...
C++ Builder XE2
Re: C++ Builder XE2
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
Re: C++ Builder XE2
I now tried TwineCompile on Windows 7...
But there it is missing "jtresupdate.dll"!
But there it is missing "jtresupdate.dll"!
Re: C++ Builder XE2
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)...
On my Win7 machine I get still the errors which I posted earlier in the thread (I still have only the original one)...
Re: C++ Builder XE2
Yes if you mean the mtbcc32 patch for registry.
But the compiler still shows the error in the "TCTargetsXE2.targets"...
But the compiler still shows the error in the "TCTargetsXE2.targets"...
Re: C++ Builder XE2
Can you post the console output again? It may be reporting a different error message now.
Jon
Re: C++ Builder XE2
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.
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.
Re: C++ Builder XE2
I've sent you another patch. Please extract into the TwineCompile Program Files directory.
Jon