Search found 453 matches

by jomitech
Tue Jun 09, 2026 6:39 am
Forum: General
Topic: 'Compile Messages' window disappears
Replies: 2
Views: 9

Re: 'Compile Messages' window disappears

You can use the IDE's Tabs menu to bring the message window back to the front. It'll be listed near the bottom of the menu.

Alternatively, dock the window somewhere, then save the IDE desktop to make the dock position permanent.
by jomitech
Sat May 23, 2026 1:01 pm
Forum: General
Topic: Could not load file or assembly 'Borland.Build.Tasks.Cpp
Replies: 1
Views: 947

Re: Could not load file or assembly 'Borland.Build.Tasks.Cpp

Breaking the build steps up like this will prevent the right dependencies from loading correctly. To resolve this, open TCTargets121.targets, locate the TCPerformLink Target, and add this task right at the top: <TCInitTasks /> It should look like this: ... <Target Name="TCPerformLink" Depe...
by jomitech
Fri May 15, 2026 7:28 pm
Forum: General
Topic: Enable full command line in console output
Replies: 1
Views: 448

Re: Enable full command line in console output

Would it be possible to share why you need to see this information? For all builds, except for Win64 Modern, TwineCompile doesn't actually use a command-line build - it directly invokes the compiler DLL and passes the arguments into it, so there isn't a true 1-1 mapping available. If you're looking ...
by jomitech
Mon Mar 09, 2026 4:17 pm
Forum: General
Topic: TwineCompile breaks XE4 command-line after installing for RAD Studio 13
Replies: 3
Views: 2734

Re: TwineCompile breaks XE4 command-line after installing for RAD Studio 13

Apologies for the delay in following up on this. Please download the following jtmake update and see if it resolves this issue for you: https://jomitech.com/downloads/jtmake.zip
by jomitech
Tue Feb 24, 2026 4:34 pm
Forum: General
Topic: TwineCompile breaks XE4 command-line after installing for RAD Studio 13
Replies: 3
Views: 2734

Re: TwineCompile breaks XE4 command-line after installing for RAD Studio 13

Thanks for reporting this. Can you use a backup copy of jtmake, but just rename it? So for XE4 use it jtmake-xe4.exe, and for anything newer jtmake.exe?
by jomitech
Fri Dec 05, 2025 3:47 pm
Forum: General
Topic: Twine 5.2.1.250 - jtmake / msbuild errors
Replies: 1
Views: 47640

Re: Twine 5.2.1.250 - jtmake / msbuild errors

Unfortunately, TwineCompile does not support being invoked multiple times in parallel as you have discovered. The rationale is that TwineCompile will be using all the available CPU resources anyway, so there is no advantage to supporting it. Can you change your build process to execute the build ste...
by jomitech
Wed Sep 24, 2025 6:09 pm
Forum: General
Topic: Conflict with FMSoft UniGui
Replies: 3
Views: 52809

Re: Conflict with FMSoft UniGui

This fix was already put in place for 13.0 - so it's available in GetIt for the latest IDE version. I don't know if we'll update it for 12.x, there have only been a handful of installations impacted by this issue.
by jomitech
Mon Sep 22, 2025 4:23 pm
Forum: General
Topic: Conflict with FMSoft UniGui
Replies: 3
Views: 52809

Re: Conflict with FMSoft UniGui

Thanks for using TwineCompile. Glad to hear that it's helping you so much.

Please download the following file and extract into the TwineCompile Program Files directory to resolve the issues with the conflicted unit names from DDetours.

https://jomitech.com/downloads/TwineCom ... gin123.zip
by jomitech
Thu Jul 31, 2025 6:34 pm
Forum: General
Topic: Integrate TwineCompile into the build server
Replies: 1
Views: 108941

Re: Integrate TwineCompile into the build server

The simplest way to integrate TwineCompile into a build process is to replace the MSBuild process with jtmake.exe, which is a command-line tool bundled with TwineCompile that essentially invokes MSBuild for a project or project group, and uses TwineCompile to build the C++ files. It is possible to g...
by jomitech
Thu Jul 17, 2025 5:06 pm
Forum: General
Topic: Problem with jump to code on warning/error line
Replies: 4
Views: 154221

Re: Problem with jump to code on warning/error line

Here is a fix for this issue. Please download and extract into the TwineCompile Program Files directory:

https://jomitech.com/downloads/IntlChars582.zip