Search found 415 matches

by jomitech
Thu Sep 19, 2024 7:57 am
Forum: General
Topic: Builder 12.2
Replies: 1
Views: 45

Re: Builder 12.2

Thanks for reporting this issue. We will be issuing a fixed version within a couple of days.
by jomitech
Thu Aug 29, 2024 9:38 am
Forum: General
Topic: Out of memory
Replies: 3
Views: 6796

Re: Out of memory

It sounds like your projects are running into the linker memory bug. Try some of the suggestions on this page and see if it resolves your issue - https://docwiki.embarcadero.com/RADStud ... ory_Errors
by jomitech
Wed Aug 28, 2024 8:01 am
Forum: General
Topic: Out of memory
Replies: 3
Views: 6796

Re: Out of memory

Which compiler are you using? (Classic, Win32 CLANG, Win64 CLANG, Win64 Modern)?
by jomitech
Mon Jul 29, 2024 8:48 am
Forum: General
Topic: Builder 10.4 With TwineCompile5.3.2 about PreHeader Error
Replies: 13
Views: 34771

Re: Builder 10.4 With TwineCompile5.3.2 about PreHeader Error

Thanks for sending the .cbproj file over. It looks like both ERROR_DEF.H and VS_FMX4_PCH1.h have been set as PCH files in the project. Based on the other settings, it looks like only VS_FMX4_PCH1.h should be. Remove ERROR_DEF.H from the project, so it is no longer treated as a PCH file, and everythi...
by jomitech
Sat Jul 27, 2024 10:30 am
Forum: General
Topic: Builder 10.4 With TwineCompile5.3.2 about PreHeader Error
Replies: 13
Views: 34771

Re: Builder 10.4 With TwineCompile5.3.2 about PreHeader Error

Please send your .cbproj file to support@jomitech.com - something is configured so that the project is not treating the PCH file as a PCH file.
by jomitech
Tue Jul 02, 2024 9:03 pm
Forum: General
Topic: Builder 10.4 With TwineCompile5.3.2 about PreHeader Error
Replies: 13
Views: 34771

Re: Builder 10.4 With TwineCompile5.3.2 about PreHeader Error

Make sure that you have pre-compiled headers set to Generate and Use in the project options. See the following screenshot.

Screenshot 2024-07-02 220151.png
(139.72 KiB) Not downloaded yet
by jomitech
Tue Jul 02, 2024 11:25 am
Forum: General
Topic: Builder 10.4 With TwineCompile5.3.2 about PreHeader Error
Replies: 13
Views: 34771

Re: Builder 10.4 With TwineCompile5.3.2 about PreHeader Error

Based on these logs, the PCH file has not been set up as a pre-compiled header file, so it's not being built. In the Projects view, right-click the PCH header file, and select the "Use for Precompiling" option. Then save the project, and run a full build. This should resolve this issue. Sc...
by jomitech
Mon Jul 01, 2024 10:29 am
Forum: General
Topic: Builder 10.4 With TwineCompile5.3.2 about PreHeader Error
Replies: 13
Views: 34771

Re: Builder 10.4 With TwineCompile5.3.2 about PreHeader Error

Thanks for the files. I need the Console Output of the build, not the list of error messages. Run a build that reproduces the error, then in the Compile Window, click the Console Output tab, right-click in the console output text, and click Copy All. Then save to a text file and zip/attach here. See...
by jomitech
Sat Jun 29, 2024 12:09 pm
Forum: General
Topic: Builder 10.4 With TwineCompile5.3.2 about PreHeader Error
Replies: 13
Views: 34771

Re: Builder 10.4 With TwineCompile5.3.2 about PreHeader Error

Can you perform a full build of the project, then copy the text (right-click, Copy All) from the Console Output tab in the Compile Window into a text file and attach it here, or send to support@jomitech.com?
by jomitech
Sat Jun 29, 2024 11:38 am
Forum: General
Topic: Builder 10.4 With TwineCompile5.3.2 about PreHeader Error
Replies: 13
Views: 34771

Re: Builder 10.4 With TwineCompile5.3.2 about PreHeader Error

Can you provide some more details on the specific issue? Is the PCH.h pre-compiled header file not being automatically recompiled when headers inside it are changed? Or is it not being compiled as a PCH file at all? I'm assuming this is using the CLANG compiler with a separate PCH file, rather than ...