Search found 399 matches

by jomitech
Tue Mar 14, 2023 7:14 am
Forum: General
Topic: 11.3 and TwineCompile
Replies: 7
Views: 50689

Re: 11.3 and TwineCompile

Sorry for the issues that you experienced. Please re-download and reinstall TwineCompile from GetIt. There were some issues with the initial release of TC 5.5 for 11.3, but these have been corrected with the updated 5.5.1 release
by jomitech
Fri Mar 03, 2023 7:52 am
Forum: General
Topic: TC stability issues
Replies: 23
Views: 110552

Re: TC stability issues

Yes, the next release of TwineCompile will contain this fix
by jomitech
Sat Jan 07, 2023 4:07 pm
Forum: General
Topic: TC stability issues
Replies: 23
Views: 110552

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

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

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

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

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

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

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

Re: TwineCompile 5.4.0 compatible to C++ Builder 11.1.5

Excellent, glad to hear that - thanks for following up.