First time runnin gettinge this error [C++ Error] TCTargets104.targets

TwineCompile - Cut C++Builder compile times by up to 50x!
Post Reply
Asger-P

First time runnin gettinge this error [C++ Error] TCTargets104.targets

Post by Asger-P »

Hi
I'm getting this error on my first run using TwineCompile, not promising.

[C++ Error] TCTargets104.targets(765, 5): MSB6006 "mtbcc32" afsluttedes med koden 1.

on this code:
ShowStdOut="$(ShowStdOut)"
AlternateLinker="$(TC_AlternateLinker)"
/>
<Delete <<<<<<<<<<<<<<< Error line
Condition="'$(TLibLink)'=='true' And ('@(OutputOutOfDate)'!='' Or '$(ForceLink)'=='true' Or '$(_DoingStaticPackageBuild)'=='true')"
Files="@(OutputFile)"
TreatErrorsAsWarnings="true"
/>
<TLIB

Hoe you have a quick fix.
Best regards
Asger
jomitech
Site Admin
Posts: 2153
Joined: Wed Oct 08, 2008 12:23 am

Re: First time runnin gettinge this error [C++ Error] TCTargets104.targets

Post by jomitech »

Can you send the entire contents of the console output tab in the Compile Window to contact@jomitech.com? The error you mentioned comes from the compile step, but the lines are indicating a linker error.
Jon
Post Reply