Search found 9 matches

by DeveloperAcstre
Thu Jan 28, 2021 9:04 am
Forum: General
Topic: Internal Compiler Error question
Replies: 5
Views: 7599

Re: Internal Compiler Error question

Any updates on this issue?
by DeveloperAcstre
Fri Aug 21, 2020 3:38 pm
Forum: General
Topic: [C++ Error] TCTargets104.targets(658, 5): MSB6006 "mtbcc32" exited with code 1.
Replies: 8
Views: 12436

Re: [C++ Error] TCTargets104.targets(658, 5): MSB6006 "mtbcc32" exited with code 1.

Hi, sorry for the late response, I just tested the update but it outputs the following error: Untitled.png Here is the output: Preparing... Building... Build started 21.8.2020 г. 23:34:36. __________________________________________________ Project "C:\Users\ilia\Desktop\tc_crash_test\Package1.c...
by DeveloperAcstre
Mon Aug 17, 2020 10:54 am
Forum: General
Topic: [C++ Error] TCTargets104.targets(658, 5): MSB6006 "mtbcc32" exited with code 1.
Replies: 8
Views: 12436

Re: [C++ Error] TCTargets104.targets(658, 5): MSB6006 "mtbcc32" exited with code 1.

Here is the console output: Preparing... Building... Build started 17.8.2020 г. 8:44:06. __________________________________________________ Project "C:\Users\UserPC\Desktop\tc_crash_test\Package1.cbproj" (Build target(s)): Target CleanLinkerStateFiles: Deleting file ".\Win32\Debug\Pac...
by DeveloperAcstre
Sun Aug 16, 2020 12:30 pm
Forum: General
Topic: [C++ Error] TCTargets104.targets(658, 5): MSB6006 "mtbcc32" exited with code 1.
Replies: 8
Views: 12436

[C++ Error] TCTargets104.targets(658, 5): MSB6006 "mtbcc32" exited with code 1.

Hi, when compiling with TwineCompile 5.2 i often get this error "[C++ Error] TCTargets104.targets(658, 5): MSB6006 "mtbcc32" exited with code 1." when doing "Build". If i try to "Make" the project after the error it compiles fine. I am using bcc32c and bcc64 c...
by DeveloperAcstre
Wed May 27, 2020 7:15 pm
Forum: General
Topic: Unknown type name errors when using TC 5.1 on RS 10.3.3 with bcc32c
Replies: 7
Views: 13530

Re: Unknown type name errors when using TC 5.1 on RS 10.3.3 with bcc32c

The latest version works fine, thanks.

C++ Builder 10.4 is released will Twine Compile support it soon?
by DeveloperAcstre
Wed May 27, 2020 1:54 pm
Forum: General
Topic: Unknown type name errors when using TC 5.1 on RS 10.3.3 with bcc32c
Replies: 7
Views: 13530

Re: Unknown type name errors when using TC 5.1 on RS 10.3.3 with bcc32c

I am getting this error: [MSBuild Error] TCTargets103.targets(115, 5): MSB4036 The "TCInitTasks" task was not found. Check the following: 1.) The name of the task in the project file is the same as the name of the task class. 2.) The task class is "public" and implements the Micr...
by DeveloperAcstre
Tue May 26, 2020 5:30 am
Forum: General
Topic: Unknown type name errors when using TC 5.1 on RS 10.3.3 with bcc32c
Replies: 7
Views: 13530

Re: Unknown type name errors when using TC 5.1 on RS 10.3.3 with bcc32c

It appears when i am doing Build or Make of the entire project.
by DeveloperAcstre
Sat May 23, 2020 9:37 am
Forum: General
Topic: Unknown type name errors when using TC 5.1 on RS 10.3.3 with bcc32c
Replies: 7
Views: 13530

Unknown type name errors when using TC 5.1 on RS 10.3.3 with bcc32c

Hi, I have a problem compiling with TwineCompile 5.1 under Rad Studio 10.3.3 using the clang compiler. I am able to reproduce the problem in a demo project. Test.zip Lets say i have a unit with one declaration in the header file: String test(); I do not include the String header file in that unit be...