Search found 401 matches

by jomitech
Thu Apr 21, 2022 5:54 pm
Forum: General
Topic: TC Test
Replies: 5
Views: 30044

Re: TC Test

Thanks for the logs. Can you uninstall TwineCompile completely, reinstall it, then do a Clean on your project and try again?
by jomitech
Fri Apr 15, 2022 6:23 pm
Forum: General
Topic: Final Builder issues
Replies: 4
Views: 27734

Re: Final Builder issues

Which FB action did you add into FinalBuilder? TwineCompile ships with several actions, one for each version of FinalBuilder. You probably need to use the latest one (TwineCompileBuild8.fbap), which has 11.0 (the version you need to use)
by jomitech
Fri Apr 15, 2022 6:11 pm
Forum: General
Topic: TC Test
Replies: 5
Views: 30044

Re: TC Test

This is a weird error to get - looks like the compiler is crashing for some reason. You'll need to enable detailed logging so that we can find out what the issue is. To enable the logs, create a DWORD registry value called Logging, set to 1, in the HKEY_CURRENT_USER\Software\JomiTech\TwineCompiler k...
by jomitech
Mon Apr 04, 2022 5:51 pm
Forum: General
Topic: TwineCompile not available on GetIt, RAD studio 11
Replies: 21
Views: 93329

Re: TwineCompile not available on GetIt, RAD studio 11

Thanks for the test project - I was able to reproduce and fix the issue. Please download the file below and extract into the TwineCompile Program Files directory, it should resolve the issue.

https://jomitech.com/downloads/ParalleRcFix.zip
by jomitech
Thu Mar 31, 2022 4:25 pm
Forum: General
Topic: Building Large 64bit DEBUG Exes with Split DWARF option
Replies: 14
Views: 41340

Re: Building Large 64bit DEBUG Exes with Split DWARF option

Excellent, glad to hear that.
by jomitech
Wed Mar 30, 2022 6:04 pm
Forum: General
Topic: Building Large 64bit DEBUG Exes with Split DWARF option
Replies: 14
Views: 41340

Re: Building Large 64bit DEBUG Exes with Split DWARF option

Can you download this fix, extract into the TwineCompile Program Files directory and see if it resolves this issue?

https://www.jomitech.com/downloads/SplitDwarfFix.zip
by jomitech
Wed Mar 30, 2022 5:40 pm
Forum: General
Topic: TwineCompile not available on GetIt, RAD studio 11
Replies: 21
Views: 93329

Re: TwineCompile not available on GetIt, RAD studio 11

Would it be possible for you to assemble a simple test-case project that reproduces this resource compiler issue?
by jomitech
Tue Mar 29, 2022 5:22 pm
Forum: General
Topic: Linker error - unresolved external since TC 5.3
Replies: 3
Views: 25550

Re: Linker error - unresolved external since TC 5.3

This sounds like a known issue with the IDE caching the package. TwineCompile does not have access to the IDE internals to force that cache to reset. We're trying to work with Embarcadero to get access to this.
by jomitech
Mon Mar 28, 2022 6:43 pm
Forum: General
Topic: Building Large 64bit DEBUG Exes with Split DWARF option
Replies: 14
Views: 41340

Re: Building Large 64bit DEBUG Exes with Split DWARF option

This is interesting. Do you have the same issue if you turn off Parallel Project Builds in the TwineCompile options?
by jomitech
Mon Mar 28, 2022 6:34 pm
Forum: General
Topic: The "DWARFVersion" parameter is not supported
Replies: 15
Views: 62978

Re: The "DWARFVersion" parameter is not supported

Interesting - and weird. 5.3 added special logic to solve this issue with the assemblies not being loaded correctly. Is there any chance you can use jtmake instead of calling MSBuild yourself?