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
Rad Studio 10.1 Berlin
Re: Rad Studio 10.1 Berlin
Download the latest version of TwineCompile (4.3.0.54). We already fixed the lack of support for 18.1 project versions.
Jon
Re: Rad Studio 10.1 Berlin
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:
EDIT:
I got it to work now. But JTMake uses the wrong include and library paths. Where do they come from?
Registry? .targets-file?
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
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...
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
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
Re: Rad Studio 10.1 Berlin
Yes I did.
Compiler works now, but linker uses the wrong libraries or library paths...
Compiler works now, but linker uses the wrong libraries or library paths...
Re: Rad Studio 10.1 Berlin
RAD Studio 10.1 Berlin is now released officially.
Re: Rad Studio 10.1 Berlin
We're already working on the official release to support it, will be released in a few weeks.
Jon