Couple of questions

I have a couple of questions regarding FinalBuilder.

I'm currently playing around with the trial version and I like it's ease of use and simple GUI.  We use cbproj files for our projects and I noticed that the C++ Builder Project compiler does not have Eureka Log integration which we use.  It is only available in the Delphi compiler.  What would it take to get it into the C++ Builder Project?

Also, we have a lot of seperate "modules" that can be bundled in with our main project.  Customers have the ability to have a different license with these features on or off.  Is it possible to customize a build that would pull certain features into a build but exclude others?  Basically giving us the ability to have several different build options depending on the customer we are targeting.

Hi

You can add a postbuild event to call the Eurekalog compiler : http://news.eurekalog.com/showthread.php?t=2954&highlight=msbuild

FinalBuilder has a lot of of flow control and logic functionality (variables, if then, else, try/catch/finally, switch/case etc) as well as the ability to work with ini files, registry, xml files, so it absolutely is possible to do what you want. I have used FinalBuilder in exactly the same way myself, creating branded/customised versions of an application for insurance brokers.