Search found 397 matches

by jomitech
Tue Nov 14, 2023 9:47 am
Forum: General
Topic: Linker error with Builder 12 and FastReports
Replies: 6
Views: 5004

Re: Linker error with Builder 12 and FastReports

Wow, that's weird. Glad it's resolved though. Thanks for the update!
by jomitech
Tue Nov 14, 2023 9:47 am
Forum: General
Topic: Building Large 64bit DEBUG Exes with Split DWARF option
Replies: 14
Views: 40440

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

TwineCompile 5.6 has this fix, yes. Are you installing from GetIt or from our site, and if from GetIt, what IDE version are you using?
by jomitech
Mon Nov 13, 2023 10:28 pm
Forum: General
Topic: Linker error with Builder 12 and FastReports
Replies: 6
Views: 5004

Re: Linker error with Builder 12 and FastReports

Can you try uninstalling the FastReports GetIt package and installing it directly from their site? I downloaded it from their site, installed into a clean IDE, installed TwineCompile, and had no issues with linking.
by jomitech
Mon Nov 13, 2023 9:31 am
Forum: General
Topic: Linker error with Builder 12 and FastReports
Replies: 6
Views: 5004

Re: Linker error with Builder 12 and FastReports

That is interesting. Couple things: - Can you try adding the library path to that .o file manually into the project and seeing if that works? (in which case it's an implicit path that's not being added by MSBuild) - Can you send the linker command line used without TwineCompile (From the Output wind...
by jomitech
Fri Nov 10, 2023 12:00 pm
Forum: General
Topic: Builder 12
Replies: 14
Views: 13619

Re: Builder 12

Apologies for that issue with jtmake. Please download the following file and extract into the TwineCompile Program Files directory to resolve it. https://jomitech.com/downloads/jtmake.zip Why is the TwineCompile install not backwards compatible with (one) previous version of the IDE? The GetIt packa...
by jomitech
Thu Nov 09, 2023 3:02 pm
Forum: General
Topic: Builder 12
Replies: 14
Views: 13619

Re: Builder 12

TwineCompile 5.6 has been released for C++Builder 12.0. It is available for download via the GetIt Package Manager for anyone with an active Update Subscription to RAD Studio. Or can be downloaded from our site with a TwineCompile 5.x license.
by jomitech
Wed Nov 08, 2023 3:33 pm
Forum: General
Topic: Builder 12
Replies: 14
Views: 13619

Re: Builder 12

Yes, we are planning to release TwineCompile 5.6 with full support for RAD Studio 12.0 in a next few days. Just wrapping the new release up.
by jomitech
Mon Oct 23, 2023 8:26 pm
Forum: General
Topic: MSbuild Twinecompile build is taking more time
Replies: 3
Views: 4995

Re: MSbuild Twinecompile build is taking more time

Can you send the console output to support@jomitech.com? Something is preventing the TwineCompile targets from being executed.
by jomitech
Mon Oct 23, 2023 11:01 am
Forum: General
Topic: MSbuild Twinecompile build is taking more time
Replies: 3
Views: 4995

Re: MSbuild Twinecompile build is taking more time

The simplest way to use TwineCompile in MSBuild on the command-line is to use the jtmake tool that ships with TwineCompile. It will automatically handle the project file changes (in-memory) so that compiling the project uses TwineCompile. If you want to use TwineCompile directly with MSBuild (withou...
by jomitech
Mon Oct 16, 2023 9:06 am
Forum: General
Topic: jtmake fails to determine project group version
Replies: 2
Views: 4024

Re: jtmake fails to determine project group version

I would suggest using the -ide110 parameter on the command-line to force the correct version. It sounds like the version # in the project file isn't explicit enough for jtmake to be able to automatically determine the correct version.