C++ Builder Project, Using EurekaLog

I am sorry if this has already been discussed, and doubly sorry if I missed the answer.  But how does one compile a C++ Builder 2007 project with EurekaLog?  I see that there is a switch for the Delphi Win32 project, but when I try that, I cannot select my cbproj file.  Any help would be greatly appreciated.

 

Thanks,

Michael

 

Hi Michael

I’m not sure what the status of EurekaLog and msbuild is, I couldn’t find anything useful on their site. For delpi projects we still call the compiler directly (delphi msbuild support is not great) but for CBuilder 2007 we use msbuild. I suspect you could add a postbuild event in your cbuilderproject to invoke the eurekalog compiler, but you will have to check with them on that.



Thanks Vincent. But what exactly is a postbuild event? The suggestion from Eurekalog was this:
try to simply add as post-build event (in the Project Options, not EurekaLog options) the following code:

“$(BDS)\Bin\ecc32.exe” --el_alter_exe"$(PROJECTPATH);$(OUTPUTPATH)"



and use to build your project the MSBuild.
msbuild.exe myproject.dproj

But simple as this is, I don’t understand what is being said. I am trying to compile my project using the “Compile C++ Builder 2006/7/8 Project” action. Do I add some sort of event after this compile?

Any help would be greatly appreciated.
Thanks,
Michael

The PostBuild event is part of C++Builder 2007 (See attached image).