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
LME286 after installing AQTime
LME286 after installing AQTime
- Attachments
-
- TC.zip
- (23.47 KiB) Downloaded 6157 times
Re: LME286 after installing AQTime
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.
Try clearing all the obj, il* and tds files from the project and re-building.
Jon
Re: LME286 after installing AQTime
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...
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...
Re: LME286 after installing AQTime
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
Re: LME286 after installing AQTime
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?
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?
Re: LME286 after installing AQTime
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
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
Re: LME286 after installing AQTime
Thank you! This did it... So something went wrong in registration?
Re: LME286 after installing AQTime
Yes, I'm guessing the installer failed to register the assembly in the GAC.
Jon