Search found 439 matches
- Tue Jun 10, 2025 9:12 pm
- Forum: General
- Topic: Not all options are passed on to bcc64x.exe
- Replies: 13
- Views: 33474
Re: Not all options are passed on to bcc64x.exe
That is weird. Can you create a simple test project that reproduces this issue and send it to support@jomitech.com?
- Wed May 28, 2025 5:07 pm
- Forum: General
- Topic: Not all options are passed on to bcc64x.exe
- Replies: 13
- Views: 33474
Re: Not all options are passed on to bcc64x.exe
If you run a build, does the updated module version number get linked into the executable?
- Thu May 15, 2025 8:05 pm
- Forum: General
- Topic: Not all options are passed on to bcc64x.exe
- Replies: 13
- Views: 33474
Re: Not all options are passed on to bcc64x.exe
Glad to hear it's resolved for you.
- Wed May 14, 2025 4:26 pm
- Forum: General
- Topic: Not all options are passed on to bcc64x.exe
- Replies: 13
- Views: 33474
Re: Not all options are passed on to bcc64x.exe
Thanks for the test case, I was able to reproduce it. And yes, you're correct, I was testing with both options enabled. Did not expect a missing library to be resolve by having the address sanitizer turned on.
The attached targets file should resolve the issue.
The attached targets file should resolve the issue.
- Mon May 12, 2025 4:23 pm
- Forum: General
- Topic: Not all options are passed on to bcc64x.exe
- Replies: 13
- Views: 33474
Re: Not all options are passed on to bcc64x.exe
Can you send a sample project that reproduces this issue to support@jomitech.com? I'm having trouble reproducing it.
- Wed May 07, 2025 4:12 pm
- Forum: General
- Topic: Not all options are passed on to bcc64x.exe
- Replies: 13
- Views: 33474
Re: Not all options are passed on to bcc64x.exe
Apologies for this issue. I have attached a revised targets file that should resolve this issue. Extract into the TwineCompile Program Files directory.
- 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: 18897
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
HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\23.0
- Thu Apr 24, 2025 5:02 pm
- Forum: General
- Topic: 'Compile Messages' window scroll behavior
- Replies: 3
- Views: 29751
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
https://jomitech.com/downloads/TwineCom ... gin123.zip
- Wed Apr 23, 2025 4:17 pm
- Forum: General
- Topic: jtmake to build Release build of groupproj
- Replies: 1
- Views: 18815
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
https://jomitech.com/downloads/TCBuildInterop121.zip
- Wed Apr 23, 2025 4:01 pm
- Forum: General
- Topic: 'Compile Messages' window scroll behavior
- Replies: 3
- Views: 29751
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...