Page 1 of 1

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

Posted: Mon Oct 26, 2020 4:51 am
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

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

Posted: Mon Oct 26, 2020 8:32 am
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.