Compile error with command line for RAD studio 10.4
Posted: Mon Sep 21, 2020 12:04 pm
Hey,
I am having trouble using TwineCompile with MSBuild with the command line. I have done everything the MSBuild How-To.txt says, but I get the error:
Can someone help me? I have already tried adding the Borland.Build.Tasks.Cpp.dll to the TwineCompile folder, but that didn't help.
Many Thanks!
I am having trouble using TwineCompile with MSBuild with the command line. I have done everything the MSBuild How-To.txt says, but I get the error:
Code: Select all
"%A_PROJECT_PATH%\%A_GROUP_PROJECT%.groupproj" (Make target) (1) ->
"%A_PROJECT_PATH%\%A_PROJECT%.cbproj" (Make target) (3) ->
c:\Program Files (x86)\JomiTech\TwineCompile\TCTargets104.targets(109,5): error MSB4062: The
"TCInitTasks" task could not be loaded from the assembly
c:\Program Files (x86)\JomiTech\TwineCompile\JTBuildInterface104.dll. Kan bestand of assembly
Borland.Build.Tasks.Cpp, Version=27.0.0.0, Culture=neutral, PublicKeyToken=%A_KEY% of een van
de afhankelijkheden hiervan niet laden. Het systeem kan het opgegeven bestand niet vinden. Confirm
that the <UsingTask> declaration is correct, that the assembly and all its dependencies are available,
and that the task contains a public class that implements Microsoft.Build.Framework.ITask.
[C:\%A_PROJECT_PATH%\%A_PROJECT%.cbproj]
Many Thanks!