Search found 397 matches

by jomitech
Sat Jan 07, 2023 4:07 pm
Forum: General
Topic: TC stability issues
Replies: 23
Views: 109632

Re: TC stability issues

We're still working on the feature to filter warnings by file, but wanted to share an early release of some performance optimizations that should resolve the issues with the IDE hanging. Please download and extract this file into the TwineCompile Program Files directory (make sure you back up the ex...
by jomitech
Sat Jan 07, 2023 10:51 am
Forum: General
Topic: TwineCompile not setting version numbers in 64 bit executables in RadStudio 11.2
Replies: 1
Views: 20356

Re: TwineCompile not setting version numbers in 64 bit executables in RadStudio 11.2

Unfortunately, the version information update feature of jtmake only supports Win32 targets at this time. I'd recommend using a resource file (.rc) in your project that is updated with new version information when you change the build #. Using a generated header file is one of the easiest ways to ac...
by jomitech
Thu Dec 29, 2022 10:10 am
Forum: General
Topic: TC stability issues
Replies: 23
Views: 109632

Re: TC stability issues

Are these warnings being issued inside VTK header files? One option we've been looking into is creating the ability to suppress warnings coming from selected files (eg: "include/test.h" or even an entire folder "include/"), as this would allow warnings from other units to show up...
by jomitech
Mon Dec 26, 2022 2:35 pm
Forum: General
Topic: TC stability issues
Replies: 23
Views: 109632

Re: TC stability issues

Apologies for the delay in responding. We've been looking into this issue and have been able to reproduce it. The TwineCompile plugin was not designed to handle this number of error or warning messages and the message synchronization/UI update struggles to keep up. We're working on a solution that s...
by jomitech
Mon Dec 12, 2022 6:28 pm
Forum: General
Topic: TC stability issues
Replies: 23
Views: 109632

Re: TC stability issues

How many warnings end up being emitted? That patch should have solved the issue completely - we redid the threading notifications so that it would batch up updates to the UI instead of pushing each one individually.
by jomitech
Wed Dec 07, 2022 6:37 pm
Forum: General
Topic: TC stability issues
Replies: 23
Views: 109632

Re: TC stability issues

Apologies for the lack of communication - we were having some issues with the forum notifications.

Please download the following file and extract into the TwineCompile Program Files directory to solve this issue:
https://jomitech.com/downloads/TwineCom ... ore110.zip
by jomitech
Tue Nov 08, 2022 7:55 pm
Forum: General
Topic: Issue with C++ Builder 11.2 when building from a project group
Replies: 1
Views: 20910

Re: Issue with C++ Builder 11.2 when building from a project group

Apologies for the lack of response on this issue - for some reason, the notification was not sent over. Try turning off parallel project builds in the IDE (leave the multi-threading compile enabled), and see if that resolves this issue.
by jomitech
Wed Jul 27, 2022 9:52 pm
Forum: General
Topic: TwineCompile 5.4.0 compatible to C++ Builder 11.1.5
Replies: 4
Views: 27023

Re: TwineCompile 5.4.0 compatible to C++ Builder 11.1.5

Excellent, glad to hear that - thanks for following up.
by jomitech
Fri Jul 22, 2022 5:14 pm
Forum: General
Topic: TwineCompile 5.4.0 compatible to C++ Builder 11.1.5
Replies: 4
Views: 27023

Re: TwineCompile 5.4.0 compatible to C++ Builder 11.1.5

5.4 should be compatible with 11.1.5, I am not aware of any breaking changes that affect TwineCompile.
by jomitech
Mon Jul 04, 2022 11:18 am
Forum: General
Topic: Incredibuild support?
Replies: 7
Views: 35784

Re: Incredibuild support?

TwineCompile's internal limit is 9999 threads, but I doubt that you're running into that. IncrediBuild will most likely not be able to virtualize the build across multiple machines, because the parallel process is inside TwineCompile, rather than part of MSBuild. IncrediBuild would have to virtualiz...