Search found 433 matches

by jomitech
Tue Apr 29, 2025 5:11 pm
Forum: General
Topic: Missing TwineCompile after Installation of April Patch for RAD Studio 12.3
Replies: 2
Views: 328

Re: Missing TwineCompile after Installation of April Patch for RAD Studio 12.3

I can't reproduce this issue. TwineCompile is still showing up after that patch is installed. Make sure that the TwineCompile plugin is not listed in the Disabled IDE Packages section in the registry for RAD Studio, under this key:

HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\23.0
by jomitech
Thu Apr 24, 2025 5:02 pm
Forum: General
Topic: 'Compile Messages' window scroll behavior
Replies: 3
Views: 8154

Re: 'Compile Messages' window scroll behavior

Download this file and extract into the TwineCompile installation directory and it should help with this scrolling behaviour issue:

https://jomitech.com/downloads/TwineCom ... gin123.zip
by jomitech
Wed Apr 23, 2025 4:17 pm
Forum: General
Topic: jtmake to build Release build of groupproj
Replies: 1
Views: 4917

Re: jtmake to build Release build of groupproj

This is a known issue with 5.8. Please download the following file and extract into the TwineCompile installation directory to resolve the issue.

https://jomitech.com/downloads/TCBuildInterop121.zip
by jomitech
Wed Apr 23, 2025 4:01 pm
Forum: General
Topic: 'Compile Messages' window scroll behavior
Replies: 3
Views: 8154

Re: 'Compile Messages' window scroll behavior

Unfortunately, there isn't a way to change this scroll behaviour. We switched to a different control for the messages due to the old control not supporting thousands of messages, and the new control uses a different scrolling behaviour. We'll take a look and see if there is any way we can adjust thi...
by jomitech
Wed Apr 16, 2025 4:51 pm
Forum: General
Topic: TwineCompile freezes when a compilation error occurs with bcc64x in 12.3
Replies: 4
Views: 32103

Re: TwineCompile freezes when a compilation error occurs with bcc64x in 12.3

I'm having trouble reproducing this issue. Can you enable the logging and send the mtbcc32*.log file to support@jomitech.com? That's where the freeze will be occuring.
by jomitech
Wed Apr 09, 2025 4:34 pm
Forum: General
Topic: Usage in docker
Replies: 8
Views: 104109

Re: Usage in docker

Install TwineCompile into the build server or Docker image, then copy the files into the installation folder from C:\Program Files (x86)\JomiTech\TwineCompile on your dev machine that has TwineCompile installed from GetIt. This will overwrite the trial files with the registered version that's in the...
by jomitech
Thu Apr 03, 2025 4:20 pm
Forum: General
Topic: TwineCompile freezes when a compilation error occurs with bcc64x in 12.3
Replies: 4
Views: 32103

Re: TwineCompile freezes when a compilation error occurs with bcc64x in 12.3

Can you provide the version of TwineCompile that you have installed? Also, can you enable the debug logging, reproduce the error and send the logs to us? To enable the logs, create a DWORD registry value called Logging, set to 1, in the HKEY_CURRENT_USER\Software\JomiTech\TwineCompiler key. The logs...
by jomitech
Sat Mar 15, 2025 10:27 am
Forum: General
Topic: Builder 12.3
Replies: 4
Views: 109808

Re: Builder 12.3

Is this a 3rd-party component library, and if so, can you tell me which it is?
by jomitech
Thu Mar 13, 2025 6:04 pm
Forum: General
Topic: Builder 12.3
Replies: 4
Views: 109808

Re: Builder 12.3

That's unfortunate. We thought that the possibility of another design-time package needing a hooking library was small enough to justify using DDetours directly.

We will have to arrange an alternative so that there are no conflicts going forward.
by jomitech
Thu Mar 13, 2025 4:55 pm
Forum: General
Topic: Usage in docker
Replies: 8
Views: 104109

Re: Usage in docker

The TwineCompile license does permit the use of TwineCompile in a build server. That's why I said you can just copy the files right over - it will work correctly.