Search found 426 matches
- 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?
- 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.
We will have to arrange an alternative so that there are no conflicts going forward.
- 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.
- 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...
- 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...
- 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 to view the available command-line commands. Use to set a default directory.
Code: Select all
TwineCompile582TrialSetup.exe /?
Code: Select all
/DIR="C:\Test"
- 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?
- 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.
- 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.
- 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.