Search found 444 matches

by jomitech
Thu Jul 17, 2025 5:06 pm
Forum: General
Topic: Problem with jump to code on warning/error line
Replies: 4
Views: 90243

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

Here is a fix for this issue. Please download and extract into the TwineCompile Program Files directory:

https://jomitech.com/downloads/IntlChars582.zip
by jomitech
Tue Jul 15, 2025 7:05 pm
Forum: General
Topic: Total recompile jtmake problem
Replies: 1
Views: 14

Re: Total recompile jtmake problem

Remove the -B from the command-line. -B tells jtmake to do a full build, discarding all previous compiled state and compiling all the projects from scratch. For example:

Code: Select all

jtmake.exe -ide120 -pl"Win32" -c"Debug" -parallel lotofstuff.groupproj
by jomitech
Thu Jul 10, 2025 6:21 pm
Forum: General
Topic: Not all options are passed on to bcc64x.exe
Replies: 15
Views: 35637

Re: Not all options are passed on to bcc64x.exe

Ahh, that makes sense. This was a known issue with 5.9 - basically the in-memory changes to the project were not being passed into the MSBuild process, so the version information was not updated. Download the following file and extract into the TwineCompile Program Files directory to resolve the iss...
by jomitech
Wed Jun 18, 2025 9:19 pm
Forum: General
Topic: Problem with jump to code on warning/error line
Replies: 4
Views: 90243

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

That makes sense - there are some issues with the way CLANG interacts with TwineCompile and the IDE (CLANG emits UTF-8 by default, but TwineCompile operates under ISO-8859-1)
by jomitech
Wed Jun 18, 2025 9:18 pm
Forum: General
Topic: jtmake Verbosity
Replies: 1
Views: 156

Re: jtmake Verbosity

Unfortunately, jtmake doesn't support that right now. We'll definitely take it under advisement as a potential future feature. Thanks for mentioning it.
by jomitech
Tue Jun 10, 2025 9:12 pm
Forum: General
Topic: Not all options are passed on to bcc64x.exe
Replies: 15
Views: 35637

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?
by jomitech
Wed May 28, 2025 5:07 pm
Forum: General
Topic: Not all options are passed on to bcc64x.exe
Replies: 15
Views: 35637

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?
by jomitech
Thu May 15, 2025 8:05 pm
Forum: General
Topic: Not all options are passed on to bcc64x.exe
Replies: 15
Views: 35637

Re: Not all options are passed on to bcc64x.exe

Glad to hear it's resolved for you.
by jomitech
Wed May 14, 2025 4:26 pm
Forum: General
Topic: Not all options are passed on to bcc64x.exe
Replies: 15
Views: 35637

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.
by jomitech
Mon May 12, 2025 4:23 pm
Forum: General
Topic: Not all options are passed on to bcc64x.exe
Replies: 15
Views: 35637

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.