Search found 407 matches

by jomitech
Tue Feb 02, 2021 6:11 pm
Forum: General
Topic: TwineCompile with MSbuild, but not with IDE
Replies: 14
Views: 54642

Re: TwineCompile with MSbuild, but not with IDE

Yes, it is definitely possible. You need to add a condition to the <Import> statement, for example: <Import Project="C:\Program Files (x86)\JomiTech\TwineCompile\TCTargets104.targets" Condition="'$(TwineCompile)'=='true'" /> Then you can invoke MSBuild like this and it will invok...
by jomitech
Fri Jan 29, 2021 8:49 pm
Forum: General
Topic: options ignored with groupproj
Replies: 7
Views: 10093

Re: options ignored with groupproj

We released the updated build last night. Can you re-download TwineCompile from GetIt and reinstall it?
by jomitech
Thu Jan 28, 2021 10:10 am
Forum: General
Topic: Internal Compiler Error question
Replies: 5
Views: 8500

Re: Internal Compiler Error question

We have been communicating directly to try to find why this specific file is crashing the compiler. So far no leads unfortunately. Are you encountering the same issue as well? If so, can you see if you can isolate it to a small test project and send it to support@jomitech.com ? At this point, the mo...
by jomitech
Wed Jan 27, 2021 6:18 pm
Forum: General
Topic: options ignored with groupproj
Replies: 7
Views: 10093

Re: options ignored with groupproj

Not 100% sure at this point when the release will go out. If it ends up taking longer than expected, we'll just provide an updated build of the current version.

Are you using TwineCompile downloaded via GetIt or off our site?
by jomitech
Tue Jan 26, 2021 7:33 pm
Forum: General
Topic: options ignored with groupproj
Replies: 7
Views: 10093

Re: options ignored with groupproj

It looks like we are skipping these options when building project groups with jtmake. This issue will be resolved in the next release.
by jomitech
Tue Jan 26, 2021 7:32 pm
Forum: General
Topic: benchmark hyperthreading cpu on/off
Replies: 1
Views: 4723

Re: benchmark hyperthreading cpu on/off

Someone else may be able to give you some actual benchmarks for this - I don't happen to have any because I've always used the hyper-threading processors. In general, the hyper-threading processors are always faster than the non-HT processors because they're the higher spec editions of the processor...
by jomitech
Thu Jan 21, 2021 5:50 pm
Forum: General
Topic: options ignored with groupproj
Replies: 7
Views: 10093

Re: options ignored with groupproj

This is interesting. I'll investigate and get back to you.
by jomitech
Thu Jan 21, 2021 5:49 pm
Forum: General
Topic: missing files for jtmake.exe
Replies: 2
Views: 5942

Re: missing files for jtmake.exe

Thanks for pointing this out. We upgraded the project to the latest IDE and forgot to change the RTL/runtime packages options.
by jomitech
Tue Jan 12, 2021 9:11 pm
Forum: General
Topic: preamble-xxx.pch files in AppData\Local\Temp
Replies: 2
Views: 6286

Re: preamble-xxx.pch files in AppData\Local\Temp

That is very weird. I personally haven't ever seen that before. Is preamble a project name or something related to your project? Normally the PCH files have a defined name that comes from the project file.
by jomitech
Wed Jan 06, 2021 7:30 pm
Forum: General
Topic: Internal Compiler Error question
Replies: 5
Views: 8500

Re: Internal Compiler Error question

Thanks for the detailed information. This clearly points to some sort of issue with the way TwineCompile is invoking CLANG. Can you send the complete output of the IDE's Build output window (from an IDE compile) and the twfiles.@@@ file (from a TwineCompile compile) to support@jomitech.com? This wil...