Page 1 of 2

Rad Studio 10.1 Berlin

Posted: Thu Apr 07, 2016 8:02 am
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

Re: Rad Studio 10.1 Berlin

Posted: Thu Apr 07, 2016 9:44 am
by jomitech
Download the latest version of TwineCompile (4.3.0.54). We already fixed the lack of support for 18.1 project versions.

Re: Rad Studio 10.1 Berlin

Posted: Fri Apr 08, 2016 12:18 am
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?

Re: Rad Studio 10.1 Berlin

Posted: Mon Apr 11, 2016 10:07 am
by jomitech
How did you get it to work? Did you specify a different IDE version?

Re: Rad Studio 10.1 Berlin

Posted: Mon Apr 11, 2016 11:39 am
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...

Re: Rad Studio 10.1 Berlin

Posted: Tue Apr 12, 2016 12:13 am
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.

Re: Rad Studio 10.1 Berlin

Posted: Tue Apr 12, 2016 4:04 am
by TKrauss
Yes I did.

Compiler works now, but linker uses the wrong libraries or library paths...

Re: Rad Studio 10.1 Berlin

Posted: Wed Apr 20, 2016 3:18 am
by TKrauss
RAD Studio 10.1 Berlin is now released officially.

Re: Rad Studio 10.1 Berlin

Posted: Wed Apr 20, 2016 7:26 am
by jomitech
We're already working on the official release to support it, will be released in a few weeks.

Re: Rad Studio 10.1 Berlin

Posted: Wed Jun 08, 2016 4:20 am
by TKrauss
ETA?