Search found 403 matches

by jomitech
Thu Sep 30, 2021 4:30 pm
Forum: General
Topic: TwineCompile not available on GetIt, RAD studio 11
Replies: 21
Views: 100172

Re: TwineCompile not available on GetIt, RAD studio 11

We're hoping to have it available early next week. It's in the final stages of testing and distribution.
by jomitech
Tue Sep 21, 2021 8:05 am
Forum: General
Topic: TwineCompile not available on GetIt, RAD studio 11
Replies: 21
Views: 100172

Re: TwineCompile not available on GetIt, RAD studio 11

We're still working on the new version. Apologies for the delay again, we're aiming for release within a couple weeks.

The new version will definitely be worth it when it's released - we've added some significantly more powerful features into it.
by jomitech
Mon Sep 13, 2021 8:17 am
Forum: General
Topic: TwineCompile not available on GetIt, RAD studio 11
Replies: 21
Views: 100172

Re: TwineCompile not available on GetIt, RAD studio 11

It should be available in GetIt within a week or so. Please accept my apologies for the delay.
by jomitech
Tue Sep 07, 2021 8:27 am
Forum: General
Topic: Compiler error grouping (suggestion)
Replies: 1
Views: 5547

Re: Compiler error grouping (suggestion)

Thanks for bringing this up. We'll definitely look into different ways that we could support this.
by jomitech
Sat Sep 04, 2021 10:39 pm
Forum: General
Topic: TwineCompile does not obey BuildOrder
Replies: 4
Views: 7451

Re: TwineCompile does not obey BuildOrder

Thanks for suggesting this. It is a very interesting idea and we will definitely look into it.
by jomitech
Tue Aug 31, 2021 10:22 am
Forum: General
Topic: Build process starts out with just 1 unit
Replies: 8
Views: 12899

Re: Build process starts out with just 1 unit

Yes, it'll be part of the next release. Glad it worked for you.
by jomitech
Sat Aug 28, 2021 8:24 am
Forum: General
Topic: Build process starts out with just 1 unit
Replies: 8
Views: 12899

Re: Build process starts out with just 1 unit

I've made an update that will allow TwineCompile to determine if CLANG is being used without precompiled headers (unlike the classic compiler, there are no explicit flags for it). Please download the following file and extract into the TwineCompile Program Files directory: http://jomitech.com/downlo...
by jomitech
Thu Aug 26, 2021 4:43 pm
Forum: General
Topic: 64-bit compile produces ICE: Internal compiler error: 0 @00000000
Replies: 7
Views: 9736

Re: 64-bit compile produces ICE: Internal compiler error: 0 @00000000

Everything looks good there, it should have just performed a Make. Can you try deleting all the .d files in the C:\Software Development\CB10.4 Sydney\Win64\Obj\Debug\Platform\ folder, run a Build, and then try another Make? If that doesn't work, can you send one of the .d files that was re-compiled ...
by jomitech
Thu Aug 26, 2021 9:00 am
Forum: General
Topic: Build process starts out with just 1 unit
Replies: 8
Views: 12899

Re: Build process starts out with just 1 unit

Are you using the Classic or CLANG compiler?
by jomitech
Tue Aug 24, 2021 4:53 pm
Forum: General
Topic: 64-bit compile produces ICE: Internal compiler error: 0 @00000000
Replies: 7
Views: 9736

Re: 64-bit compile produces ICE: Internal compiler error: 0 @00000000

Can you do the following (to hopefully identify the cause): 1. Run a Build All 2. Once it's complete, run a Make on one of the projects. (Based on your description, this should recompile the files in this project) 3. Copy the entire contents of the Console Output tab from the compile window and save...