Search found 426 matches

by jomitech
Sat Mar 15, 2025 10:27 am
Forum: General
Topic: Builder 12.3
Replies: 4
Views: 84868

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: 84868

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: 6
Views: 46834

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.
by jomitech
Wed Mar 12, 2025 4:13 pm
Forum: General
Topic: Usage in docker
Replies: 6
Views: 46834

Re: Usage in docker

I would recommend just building the files directly into your docker image instead of installing TwineCompile every time. You can get them from the TwineCompile Program Files directory that's created when installing off Get it. There isn't really any overhead for using the trial, except for the trial...
by jomitech
Tue Mar 11, 2025 6:43 pm
Forum: General
Topic: Usage in docker
Replies: 6
Views: 46834

Re: Usage in docker

You can transfer the necessary files (jtmake.exe, mtbcc32.exe etc..) into your Docker image and use them without transferring any licenses. The license is linked to the IDE plugin, which I'm guessing you won't be using in the Docker image. Let me know if that works for you, or feel free to provide a...
by jomitech
Mon Mar 10, 2025 5:20 pm
Forum: General
Topic: Install TwineCompile582TrialSetup.exe from command line
Replies: 1
Views: 16958

Re: Install TwineCompile582TrialSetup.exe from command line

You can use the command

Code: Select all

TwineCompile582TrialSetup.exe /?
to view the available command-line commands. Use

Code: Select all

/DIR="C:\Test"
to set a default directory.
by jomitech
Wed Feb 12, 2025 7:04 pm
Forum: General
Topic: Problem with jump to code on warning/error line
Replies: 1
Views: 63019

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

What compiler are you using in your projects? Classic, CLANG Win32, CLANG Win64, Win64 Modern?
by jomitech
Tue Oct 01, 2024 8:52 am
Forum: General
Topic: Builder 12.2
Replies: 10
Views: 197801

Re: Builder 12.2

No side effects, -ide120 is the correct way to invoke any 12.x project builds with jtmake.
by jomitech
Wed Sep 25, 2024 9:54 pm
Forum: General
Topic: Builder 12.2
Replies: 10
Views: 197801

Re: Builder 12.2

That is complicated. We'll have to work out a better solution for updating GetIt-based installations.
by jomitech
Tue Sep 24, 2024 12:11 pm
Forum: General
Topic: Builder 12.2
Replies: 10
Views: 197801

Re: Builder 12.2

After the installer has started, just kill the IDE. The installer should remain running and will be able to complete the installation with no issues.