Eurekalog 7 RC4 testing with a Delphi XE2 x64 project and Eurekalog won’t activate.
FinalBuilder doesn’t have support for EurekaLog 7 … it’s not even released yet (as far as I can see it’s still in beta).
Actually, it was released today.
We’d need also the EurekaLog 7 compatibility as soon as possible.
Do you have any ETA for EL7 support?
I’m looking into it. So far it looks like ecc32.exe is not copied into the delphi\bin folder, if you do that it should work for 32bit… 64bit will need some more work.
This build should work for 64bit with EL7 : http://downloads.finalbuilder.com/downloads/finalbuilder/700/FB700_1902.exe
Hello,
Just tested the build 1902, and at least for our script it didn't work - possibly due to us not using it correctly. The same project worked correctly for Win32.
Relevant entries from the log build action log:
...
Compiler selected is : C:\Program Files (x86)\Embarcadero\RAD Studio\9.0\bin\dcc64.exe
...
To me it would appear to 32-bit compiler expecting to find 32-bit EurekaLog units, even though it's building 64-bit.
We are in a bit of a problem as we’re unable to get the EurekaLog to work with x64 binaries.
Do you have any information on how to address the issue?
Hi Ollie
With Eurekalog, we call ecc32.exe and it does the rest. I asked Eureklog support about this and they say this is still correct for 64bit, ie there isn’t an ecc64.
Another option is to turn off the Eurekalog option and then use the Execute program to call el7c.exe after the delphi action.
But why is EurekaLog complaining about finding modules with incorrect platform when called for x64 module and supplied with corresponding library paths (the same it configures for the IDE for x64 targets).
As I detailed above we get that error when trying to build x64 project with EurekaLog using the 1902 build of FinalBuilder, so something is not working right.
We REALLY need to get EurekaLog working in x64 Delphi projects built with FinalBuilder as soon as possible, and frankly are now bit against the wall with this.
Hmmm… I see the same thing. According to Eurekalog support ecc32 should just work for 32 and 64bit, but that doesn’t seem to be the case. I will contact them again and see what they have to say.
I have found a workaround that seems to do the trick (the Eurekalog doco on 64bit is non existant so I hop I’m doing the right thing!), running a build now, I’ll post here when the build has uploaded.
Here’s the build : http://downloads.finalbuilder.com/downloads/finalbuilder/700/FB700_1925.exe