Search found 410 matches

by jomitech
Mon Oct 21, 2019 9:00 pm
Forum: General
Topic: TwineCompile gives compiler errors when using "Inject precompiled header file"
Replies: 6
Views: 16764

Re: TwineCompile gives compiler errors when using "Inject precompiled header file"

Please accept my apologies for the delay in responding to this issue. Thanks for the test project, it made diagnosing and fixing this issue much simpler.

Please download the fix from http://jomitech.com/downloads/mtbcc32.zip and extract into the TwineCompile Program Files directory.
by jomitech
Wed Sep 25, 2019 8:33 am
Forum: General
Topic: Eureka log link issue
Replies: 13
Views: 63849

Re: Eureka log link issue

On Link Start is too early. The EurekaLog process has to run after the link has completed. Regarding the targets file, the actual file name of the targets file depends on the IDE being used. For example: 10.3 -> TCTargets103.targets 10.2 -> TCTargets10Tokyo.targets 10.1 -> TCTargets10Berlin.targets ...
by jomitech
Tue Sep 24, 2019 9:18 pm
Forum: General
Topic: Eureka log link issue
Replies: 13
Views: 63849

Re: Eureka log link issue

Unfortunately, we do not have a built-in solution for this. I would suggest editing the TwineCompile .targets file to put the EurekaLog command at the end of the link step, and only run the command if the link was actually performed. Then you will not need to use the post-build event. For example: <...
by jomitech
Thu Sep 19, 2019 8:21 pm
Forum: General
Topic: Radstudio 10.2 TwineCompile Settings
Replies: 2
Views: 8872

Re: Radstudio 10.2 TwineCompile Settings

Yes, it's a registry value located in HKEY_CURRENT_USER\Software\JomiTech\TwineCompiler\Plugin. See the CloseExecutorsWhenIDEClosed DWORD.
by jomitech
Mon Sep 16, 2019 5:05 pm
Forum: General
Topic: TCCompileFileList error when using MSBuild command line
Replies: 1
Views: 8009

Re: TCCompileFileList error when using MSBuild command line

I would suggest using the jtmake tool in the TwineCompile Program Files directory to run the command-line builds. It takes care of properly configuring the MSBuild environment to compile C++Builder projects.
by jomitech
Tue Aug 20, 2019 8:18 am
Forum: General
Topic: Rio 10.3.2: I don't get any error messages in the "Normal Message Pane"
Replies: 12
Views: 24367

Re: Rio 10.3.2: I don't get any error messages in the "Normal Message Pane"

That is very interesting. Maybe the patch did not overwrite the file correctly.
by jomitech
Sat Aug 17, 2019 1:11 pm
Forum: General
Topic: Rio 10.3.2: I don't get any error messages in the "Normal Message Pane"
Replies: 12
Views: 24367

Re: Rio 10.3.2: I don't get any error messages in the "Normal Message Pane"

Please download the following update and extract into the TwineCompile Program Files directory. It should solve these issues.

http://jomitech.com/downloads/Build140.zip
by jomitech
Tue Aug 13, 2019 6:35 pm
Forum: General
Topic: Rio 10.3.2: I don't get any error messages in the "Normal Message Pane"
Replies: 12
Views: 24367

Re: Rio 10.3.2: I don't get any error messages in the "Normal Message Pane"

Sorry for the delay in responding. Embarcadero has not been returning my emails regarding updated licenses for 10.3.2, so I have been unable to test this issue.
by jomitech
Sat Aug 03, 2019 11:35 am
Forum: General
Topic: TwineCompile gives compiler errors when using "Inject precompiled header file"
Replies: 6
Views: 16764

Re: TwineCompile gives compiler errors when using "Inject precompiled header file"

Thanks for the files. Sorry for the delay in responding. I cannot see any difference in the compiler options that the IDE or TwineCompile is providing to the bcc32 CLANG compiler. Which file fails to compile with those errors? Also, I'd suggest deleting the existing compiled obj files and the compil...
by jomitech
Thu Jul 25, 2019 1:50 pm
Forum: General
Topic: Rio 10.3.2: I don't get any error messages in the "Normal Message Pane"
Replies: 12
Views: 24367

Re: Rio 10.3.2: I don't get any error messages in the "Normal Message Pane"

Can you provide a screenshot that shows the errors in the console output, but just warnings in the message window?