LME286 after installing AQTime

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

LME286 after installing AQTime

Post by TKrauss »

Hi,

Since I installed AQTime in my XE2 Update 3 I cannot compile any package or executable.

I uploaded TC-Logs. In "Error.log" there is the console output.

Thank you for your help!

Brgds,
Thorsten
Attachments
TC.zip
(23.47 KiB) Downloaded 5842 times
jomitech
Site Admin
Posts: 2156
Joined: Wed Oct 08, 2008 12:23 am

Re: LME286 after installing AQTime

Post by jomitech »

That's a linker error. Basically the linker is crashing when it tries to the link the project.

Try clearing all the obj, il* and tds files from the project and re-building.
Jon
TKrauss
Posts: 97
Joined: Thu Jul 21, 2011 8:22 am

Re: LME286 after installing AQTime

Post by TKrauss »

I already tried...

I also tried to completely reinstall (after clearing registry and file system) CBuilder and TC, without success!

With msbuild the compilation and linking works like a charm, it only fails with TC/Jtmake...
jomitech
Site Admin
Posts: 2156
Joined: Wed Oct 08, 2008 12:23 am

Re: LME286 after installing AQTime

Post by jomitech »

I'd be surprised that AQTime would affect a jtmake build. Can you post the complete output of a build with MSBuild and jtmake?
Jon
TKrauss
Posts: 97
Joined: Thu Jul 21, 2011 8:22 am

Re: LME286 after installing AQTime

Post by TKrauss »

I already comapred them. They are completly identical!

The only difference is that in jtmake output the linking fails with LME286...


Under IDE I can't compile with or without TwineCompile. So now I think that this is a problem of IDE. But why JTmake is failing in console and msbuild works?
jomitech
Site Admin
Posts: 2156
Joined: Wed Oct 08, 2008 12:23 am

Re: LME286 after installing AQTime

Post by jomitech »

Try re-registering the JTBuildInterfaceXE2.dll file. To do this:

1. Open a command-prompt window and cd to the XE2 bin directory.
2. Execute the following command:
C:\Windows\Microsoft.NET\Framework\v2.0.50727\RegAsm.exe JTBuildInterfaceXE2.dll /tlb:JTBuildInterfaceXE2.tlb /codebase
Jon
TKrauss
Posts: 97
Joined: Thu Jul 21, 2011 8:22 am

Re: LME286 after installing AQTime

Post by TKrauss »

Thank you! This did it... So something went wrong in registration?
jomitech
Site Admin
Posts: 2156
Joined: Wed Oct 08, 2008 12:23 am

Re: LME286 after installing AQTime

Post by jomitech »

Yes, I'm guessing the installer failed to register the assembly in the GAC.
Jon
Post Reply