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 reply!

I already tried the third time with reinstalling, but there is no top-level menu appearing in IDE.
In loading splash there is only "CodeSite" and "FastReports" shown but no TwineCompile.

How can I register it manually?

Is this because of Update 2?
jomitech
Site Admin
Posts: 2157
Joined: Wed Oct 08, 2008 12:23 am

Re: C++ Builder XE2

Post by jomitech »

I doubt it's because of Update 2 - we tested on Update 2 before releasing.

Does HKEY_CURRENT_USER\Software\Embarcadero\BDS\9.0\Known IDE Packages\CBuilder contain a value for TwineCompilePlugin2012.bpl?
Jon
TKrauss
Posts: 97
Joined: Thu Jul 21, 2011 8:22 am

Re: C++ Builder XE2

Post by TKrauss »

Thanks for your reply!

Yes it is containing this key but only for administrator user!
I'm working as standard user on my Win7-32bit computer.

Maybe you should move this key to HKLM?

Edit:
- moved to new post -
Last edited by TKrauss on Wed Nov 16, 2011 11:01 am, edited 2 times in total.
jomitech
Site Admin
Posts: 2157
Joined: Wed Oct 08, 2008 12:23 am

Re: C++ Builder XE2

Post by jomitech »

The IDE doesn't read the HKLM key, only the HKCU one. You'll have to create it in your user manually.
Jon
TKrauss
Posts: 97
Joined: Thu Jul 21, 2011 8:22 am

Re: C++ Builder XE2

Post by TKrauss »

Thank you for your quick reply but I always edited my post ;)

Now I post again:

I now imported the regkey to the HKCU of the standard user and TwineCompile is now used.
But I get always this error:
mtbcc32 exited with code "1"

File: TCTargetsXE2.targets
<TLIB
Condition="'$(TLibLink)'=='true' And ('@(OutputOutOfDate)'!='' Or '$(ForceLink)'=='true')"
PlatformTarget="$(Platform)"
ObjFiles="@(CompiledObjs);@(UserObjs)"
LibraryFile="@(OutputFile)"
ProjectFileName="$(MSBuildProjectFullPath)"
ListingFileName="$(TLib_ListingFileName)"
CaseSensitive="$(TLib_CaseSensitive)"
PageSize="$(TLib_PageSize)"
PurgeCommentRecords="$(TLib_PurgeCommentRecords)"
ShowStdOut="$(ShowStdOut)"
/>
</Target>
jomitech
Site Admin
Posts: 2157
Joined: Wed Oct 08, 2008 12:23 am

Re: C++ Builder XE2

Post by jomitech »

Can you post the entire contents of the console output, or send it to support at jomitech dot com?
Jon
TKrauss
Posts: 97
Joined: Thu Jul 21, 2011 8:22 am

Re: C++ Builder XE2

Post by TKrauss »

My system is Win7 32bit with XE2 Update 2.

Here is the console output:
Preparing...
Making...
Build started 16.11.2011 20:40:05.
__________________________________________________
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:10.57
Finished Make.

Thank you!
jomitech
Site Admin
Posts: 2157
Joined: Wed Oct 08, 2008 12:23 am

Re: C++ Builder XE2

Post by jomitech »

I sent you a potential fix via email on Nov 16th - did you receive the file?
Jon
TKrauss
Posts: 97
Joined: Thu Jul 21, 2011 8:22 am

Re: C++ Builder XE2

Post by TKrauss »

No sorry until now I didn't receive any fix...

Could you post it here?
Would that be possible?
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 email.
Jon
Post Reply