Search found 449 matches
- Tue Feb 24, 2026 4:34 pm
- Forum: General
- Topic: TwineCompile breaks XE4 command-line after installing for RAD Studio 13
- Replies: 2
- Views: 23
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?
- Fri Dec 05, 2025 3:47 pm
- Forum: General
- Topic: Twine 5.2.1.250 - jtmake / msbuild errors
- Replies: 1
- Views: 42912
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...
- Wed Sep 24, 2025 6:09 pm
- Forum: General
- Topic: Conflict with FMSoft UniGui
- Replies: 3
- Views: 46777
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.
- Mon Sep 22, 2025 4:23 pm
- Forum: General
- Topic: Conflict with FMSoft UniGui
- Replies: 3
- Views: 46777
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
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
- Thu Jul 31, 2025 6:34 pm
- Forum: General
- Topic: Integrate TwineCompile into the build server
- Replies: 1
- Views: 104655
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...
- Thu Jul 17, 2025 5:06 pm
- Forum: General
- Topic: Problem with jump to code on warning/error line
- Replies: 4
- Views: 147724
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
https://jomitech.com/downloads/IntlChars582.zip
- Tue Jul 15, 2025 7:05 pm
- Forum: General
- Topic: Total recompile jtmake problem
- Replies: 1
- Views: 43972
Re: Total recompile jtmake problem
Remove the -B from the command-line. -B tells jtmake to do a full build, discarding all previous compiled state and compiling all the projects from scratch. For example:
Code: Select all
jtmake.exe -ide120 -pl"Win32" -c"Debug" -parallel lotofstuff.groupproj- Thu Jul 10, 2025 6:21 pm
- Forum: General
- Topic: Not all options are passed on to bcc64x.exe
- Replies: 16
- Views: 158054
Re: Not all options are passed on to bcc64x.exe
Ahh, that makes sense. This was a known issue with 5.9 - basically the in-memory changes to the project were not being passed into the MSBuild process, so the version information was not updated. Download the following file and extract into the TwineCompile Program Files directory to resolve the iss...
- Wed Jun 18, 2025 9:19 pm
- Forum: General
- Topic: Problem with jump to code on warning/error line
- Replies: 4
- Views: 147724
Re: Problem with jump to code on warning/error line
That makes sense - there are some issues with the way CLANG interacts with TwineCompile and the IDE (CLANG emits UTF-8 by default, but TwineCompile operates under ISO-8859-1)
- Wed Jun 18, 2025 9:18 pm
- Forum: General
- Topic: jtmake Verbosity
- Replies: 1
- Views: 41311
Re: jtmake Verbosity
Unfortunately, jtmake doesn't support that right now. We'll definitely take it under advisement as a potential future feature. Thanks for mentioning it.