Search found 410 matches

by jomitech
Thu Jan 21, 2021 5:49 pm
Forum: General
Topic: missing files for jtmake.exe
Replies: 2
Views: 5945

Re: missing files for jtmake.exe

Thanks for pointing this out. We upgraded the project to the latest IDE and forgot to change the RTL/runtime packages options.
by jomitech
Tue Jan 12, 2021 9:11 pm
Forum: General
Topic: preamble-xxx.pch files in AppData\Local\Temp
Replies: 2
Views: 6291

Re: preamble-xxx.pch files in AppData\Local\Temp

That is very weird. I personally haven't ever seen that before. Is preamble a project name or something related to your project? Normally the PCH files have a defined name that comes from the project file.
by jomitech
Wed Jan 06, 2021 7:30 pm
Forum: General
Topic: Internal Compiler Error question
Replies: 5
Views: 8510

Re: Internal Compiler Error question

Thanks for the detailed information. This clearly points to some sort of issue with the way TwineCompile is invoking CLANG. Can you send the complete output of the IDE's Build output window (from an IDE compile) and the twfiles.@@@ file (from a TwineCompile compile) to support@jomitech.com? This wil...
by jomitech
Tue Jan 05, 2021 5:49 pm
Forum: General
Topic: Internal Compiler Error question
Replies: 5
Views: 8510

Re: Internal Compiler Error question

This is very interesting. The compiler is definitely crashing with an access violation. Can you try two separate things:

1. Turn off file caching in the TwineCompile options and try compiling that file.

2. Compile the project on the command-line using MSBuild directly (without TwineCompile).
by jomitech
Sat Dec 19, 2020 2:18 pm
Forum: General
Topic: TwineCompile Documentation
Replies: 0
Views: 66440

TwineCompile Documentation

The following resources are provided for instructions on detailed TwineCompile features such as manually registering the IDE plugin, building projects on the command-line or using build systems like MSBuild.

http://jomitech.com/TwineCompile.pdf

http://jomitech.com/TwineCompile.txt
by jomitech
Fri Dec 18, 2020 10:27 am
Forum: General
Topic: Twincompile changelog
Replies: 2
Views: 6249

Re: Twincompile changelog

We don't have a publicly available changelog at this time unfortunately. The 5.2.2 changes are as follows: - Fixed some issues with PCH handling in C++Builder 10.4 and 10.3 - Revised error/warning color handling on the message view - Fixed issues with loading Borland assemblies when using TwineCompi...
by jomitech
Mon Oct 26, 2020 8:32 am
Forum: General
Topic: First time runnin gettinge this error [C++ Error] TCTargets104.targets
Replies: 1
Views: 5287

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

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.
by jomitech
Sat Oct 24, 2020 6:06 am
Forum: General
Topic: TwineCompile not loading in C++ Builder 10.4 (Patch level 3)
Replies: 3
Views: 7572

Re: TwineCompile not loading in C++ Builder 10.4 (Patch level 3)

Sorry for this error you are encountering. Unfortunately, Embarcadero made several core breaking changes between the patches and updates in the 10.4 release, so we have been forced to only support the very latest version - 10.4.1 (10.4 Update 1). Please upgrade to C++Builder to 10.4 Update 1, rather...
by jomitech
Thu Oct 15, 2020 8:25 am
Forum: General
Topic: RLINK32 Error opening File "C:\...\*.dfm"
Replies: 15
Views: 26012

Re: RLINK32 Error opening File "C:\...\*.dfm"

I have a fix that may solve this issue. Please download the following file and extract it into the TwineCompile Program Files directory.

http://jomitech.com/downloads/JTBuildInterface104.zip
by jomitech
Wed Sep 30, 2020 8:37 am
Forum: General
Topic: Compile error with command line for RAD studio 10.4
Replies: 9
Views: 14560

Re: Compile error with command line for RAD studio 10.4

This is a new file. We split the loading functionality into two DLLs now, so that the first can load and configure the appropriate paths for the second one to be able to load (JTBuildInterface104.dll has references to the Borland*.dll files, so cannot be loaded if those references can't be found).