Rad Studio 10.1 Berlin

TwineCompile - Cut C++Builder compile times by up to 50x!
TKrauss
Posts: 97
Joined: Thu Jul 21, 2011 8:22 am

Rad Studio 10.1 Berlin

Post by TKrauss »

Hi there,

Is there any possibility to use the newest TwineCompile with the new beta of RAD Studio?
I don't need it in the IDE. JTMake would be a perfect solution!

But in JTMake there is an error that project version 18.1 is unknown.

Thank you!

Brgds,
Thorsten
jomitech
Site Admin
Posts: 2153
Joined: Wed Oct 08, 2008 12:23 am

Re: Rad Studio 10.1 Berlin

Post by jomitech »

Download the latest version of TwineCompile (4.3.0.54). We already fixed the lack of support for 18.1 project versions.
Jon
TKrauss
Posts: 97
Joined: Thu Jul 21, 2011 8:22 am

Re: Rad Studio 10.1 Berlin

Post by TKrauss »

I downloaded and installed. But I don't have 10 Seattle installed!
So I think the installer doesn't unpack the right files for 10.1 Berlin:

Code: Select all

Making wdb.cbproj...
Making...
Exception thrown while building. (Fehler beim Laden der Typbibliothek/DLL)

EDIT:
I got it to work now. But JTMake uses the wrong include and library paths. Where do they come from?
Registry? .targets-file?
jomitech
Site Admin
Posts: 2153
Joined: Wed Oct 08, 2008 12:23 am

Re: Rad Studio 10.1 Berlin

Post by jomitech »

How did you get it to work? Did you specify a different IDE version?
Jon
TKrauss
Posts: 97
Joined: Thu Jul 21, 2011 8:22 am

Re: Rad Studio 10.1 Berlin

Post by TKrauss »

I installed TwineCompile on another computer which had RAD Studio 10 Seattle installed.

From this computer I copied the necessary dll files from bin folder to the installation path of TwineCompile, imported the registry from RAD Studio 10 into my registry and made a junction from the original installation folder from 10.1.

So TwineCompile thinks to use the RAD Studio 10 compiler but with junction it uses the new one from 10.1 in reality.
But the boost includes aren't found and the wrong libraries are used by linker...
jomitech
Site Admin
Posts: 2153
Joined: Wed Oct 08, 2008 12:23 am

Re: Rad Studio 10.1 Berlin

Post by jomitech »

Did you import the HKLM\Software\Embarcadero\BDS\17.0 registry entries? TwineCompile uses the RootDir value to determine the base paths for the compile.
Jon
TKrauss
Posts: 97
Joined: Thu Jul 21, 2011 8:22 am

Re: Rad Studio 10.1 Berlin

Post by TKrauss »

Yes I did.

Compiler works now, but linker uses the wrong libraries or library paths...
TKrauss
Posts: 97
Joined: Thu Jul 21, 2011 8:22 am

Re: Rad Studio 10.1 Berlin

Post by TKrauss »

RAD Studio 10.1 Berlin is now released officially.
jomitech
Site Admin
Posts: 2153
Joined: Wed Oct 08, 2008 12:23 am

Re: Rad Studio 10.1 Berlin

Post by jomitech »

We're already working on the official release to support it, will be released in a few weeks.
Jon
TKrauss
Posts: 97
Joined: Thu Jul 21, 2011 8:22 am

Re: Rad Studio 10.1 Berlin

Post by TKrauss »

ETA?
Post Reply