PDA

View Full Version : BuilderBooster support for EurekaLog.


Simon Farmer
22-Mar-2006, 01:50 PM
Hi,

We are about to release BuilderBooster and are just finalising the support
for EurekaLog 5. We understand that EMAKE now supports the format:-
emake.exe --el_alter_exe"makefile.mak" but I was wondering if there is an
easy way to detect if EurekaLog is enabled from the project file?

We need to know for .MAK , .BPR and .BPROJ.

Thanks

Simon Farmer
BuilderBooster Team
www.builderbooster.com

Simon Farmer
22-Mar-2006, 02:25 PM
> We need to know for .MAK , .BPR and .BPROJ.

Insead of reading the project files is it possible to read the project
options from within the IDE?

Thanks

Simon Farmer
BuilderBooster Team
www.builderbooster.com

admin
22-Mar-2006, 02:37 PM
Hi,

Simon Farmer wrote:
> Hi,
>
> We are about to release BuilderBooster and are just finalising the support
> for EurekaLog 5. We understand that EMAKE now supports the format:-
> emake.exe --el_alter_exe"makefile.mak" but I was wondering if there is an
> easy way to detect if EurekaLog is enabled from the project file?
>
> We need to know for .MAK , .BPR and .BPROJ.
>
> Thanks
>
> Simon Farmer
> BuilderBooster Team
> www.builderbooster.com

You must always check the .BPR or .BDSPROJ file.
Using the .MAK file you can obtain the project file.

In the project file you must check then "[Exception Log]" section and
the "Activate" value.

--
Best regards...

Fabio Dell'Aria.
----------------
http://www.eurekalog.com
Catch every BUG, every time!

bpo_ccs
22-Mar-2006, 02:37 PM
Hi,

Simon Farmer wrote:
>> We need to know for .MAK , .BPR and .BPROJ.
>
> Insead of reading the project files is it possible to read the project
> options from within the IDE?
>
> Thanks
>
> Simon Farmer
> BuilderBooster Team
> www.builderbooster.com

No, I'm sorry.

--
Best regards...

Fabio Dell'Aria.
----------------
http://www.eurekalog.com
Catch every BUG, every time!

Simon Farmer
22-Mar-2006, 05:06 PM
> In the project file you must check then "[Exception Log]" section and the
> "Activate" value.

Is that the same for C++ Builder 2006?

Thanks,

Simon

admin
23-Mar-2006, 05:49 AM
Hi,

Simon Farmer wrote:
>> In the project file you must check then "[Exception Log]" section and the
>> "Activate" value.
>
> Is that the same for C++ Builder 2006?
>
> Thanks,
>
> Simon

Yes, of course! :)

--
Best regards...

Fabio Dell'Aria.
----------------
http://www.eurekalog.com
Catch every BUG, every time!