PDA

View Full Version : EurekaLog Processes Files After Build Events Occur


Ben
17-Jun-2009, 11:35 PM
I'm using C++ Builder 2007 with EurekaLog 6.0.20 enabled for a project.

My build process goes like this:
compile\link dll into Debug_Build folder
Build Event copies dll into application directory
EurekaLog process dll in Debug_Build folder

The problem, of course, is that the dll in the application directory is not processed by EurekaLog. I can change my build process to workaround this. I just wanted to document the issue somewhere so I don't make the same mistake again.

Just as a side note, I have my build process this way because I may want to run and test code while building at the same time. I would then do a quick "Make All" again that would copy the completed build into the application directory.

Alex
18-Jun-2009, 11:05 AM
Hi.

I'm not sure that I've understand what you wanted to say :(
Can this article be any help for you?
http://blog.eurekalog.com/?p=35

Ben
18-Jun-2009, 01:21 PM
Sorry, I forgot to say that the whole build process was in the IDE. I have a project group that contains a few dll projects and the exe project. I usually do "Make All Projects" because code changes sometimes affect more than one dll project.