Hi there,
The new Rad Studio 10 is released with 32bit CLANG.
ETA for the new TwineComile?
Will it be 4.3 or 5.0 (and need to rebuy)?
Rad Studio 10 Seattle
Re: Rad Studio 10 Seattle
We're looking into the possibility of releasing a TwineCompile version for C++Builder 10. Unfortunately we do not have any dates at this time.
Jon
Re: Rad Studio 10 Seattle
Hi Jon,
Do you have an update on Twine Compiler for C++ Builder 10?
I have bought 4 copies and it is soooo slow to build I can't bear to use them or roll them out to the team!
Do you have an update on Twine Compiler for C++ Builder 10?
I have bought 4 copies and it is soooo slow to build I can't bear to use them or roll them out to the team!
Re: Rad Studio 10 Seattle
One extra point, C++ 10 Seattle also permits the use of the 'Classic Borland compiler' so it should be a failry trivial job to chnage Twine compiler to work under 10 with the 'Classic' compiler, surely this would be the same environment as XE8?
Thanks in advance, Max
Thanks in advance, Max
Re: Rad Studio 10 Seattle
We're working on the new version with Seattle support. Should be available in a few weeks.
Jon
Re: Rad Studio 10 Seattle
Thanks!
Twine Compiler is such a great product we really miss it.
Twine Compiler is such a great product we really miss it.
Re: Rad Studio 10 Seattle
I installed the new version on my Windows 10 and got an error:
At compilation the IDE crashes because a library isn't registered!
Which library?
At compilation the IDE crashes because a library isn't registered!
Which library?
Re: Rad Studio 10 Seattle
Can you provide the exact error that you receive? Is it just an error in the console output?
Jon
Re: Rad Studio 10 Seattle
The error in console when using jtmake is that there is an exception: a library isn't registered!
The IDE crashes without an exception when trying to compile a project.
The IDE crashes without an exception when trying to compile a project.
Re: Rad Studio 10 Seattle
Please try the following steps:
1. Copy JTBuildInterface10Seattle.dll from the TwineCompile Program Files directory into the IDE bin directory
2. Open a command prompt with administrative rights, cd to the IDE bin directory and run:
C:\Windows\Microsoft.NET\Framework\v2.0.50727\RegAsm JTBuildInterface10Seattle.dll /tlb:JTBuildInterface10Seattle.tlb
3. Delete JTBuildInterface10Seattle.dll from the IDE bin directory.
4. Open an Explorer window in C:\Windows\Assembly and drag JTBuildInterface10Seattle.dll from the TwineCompile Program Files directory into it.
5. Restart the IDE/jtmake and try again.
1. Copy JTBuildInterface10Seattle.dll from the TwineCompile Program Files directory into the IDE bin directory
2. Open a command prompt with administrative rights, cd to the IDE bin directory and run:
C:\Windows\Microsoft.NET\Framework\v2.0.50727\RegAsm JTBuildInterface10Seattle.dll /tlb:JTBuildInterface10Seattle.tlb
3. Delete JTBuildInterface10Seattle.dll from the IDE bin directory.
4. Open an Explorer window in C:\Windows\Assembly and drag JTBuildInterface10Seattle.dll from the TwineCompile Program Files directory into it.
5. Restart the IDE/jtmake and try again.
Jon