PDA

View Full Version : adding exception logging to pre-built BDS project


Jonathan Benedicto
24-Oct-2006, 06:36 PM
If I call emake with the --el_alter_exe command to apply exception logging
to a pre-built exe, it fails and reports an error:

Here is the copy from the command-line window:

C:\Documents and Settings\Owner\My Documents\Borland Studio
Projects\TwineCompilerTests\ExceptionLoggerTest>emake --el_alter_exeExceptionLoggerTest.bdsproj
ERROR: Compiled file 'C:\Documents and Settings\Owner\My Documents\Borland
Studio Projects\TwineCompilerTests\ExceptionLoggerTest\Ex ceptionLoggerTest'
not found


Jonathan
-----------------------------------------------------------------
TwineCompiler - Blazingly fast C++ compiles on ANY machine.
http://www.jomitech.com/twine.html
-----------------------------------------------------------------

admin
25-Oct-2006, 08:45 AM
Hi,

Jonathan Benedicto wrote:
> If I call emake with the --el_alter_exe command to apply exception logging
> to a pre-built exe, it fails and reports an error:
>
> Here is the copy from the command-line window:
>
> C:\Documents and Settings\Owner\My Documents\Borland Studio
> Projects\TwineCompilerTests\ExceptionLoggerTest>emake --el_alter_exeExceptionLoggerTest.bdsproj
> ERROR: Compiled file 'C:\Documents and Settings\Owner\My Documents\Borland
> Studio Projects\TwineCompilerTests\ExceptionLoggerTest\Ex ceptionLoggerTest'
> not found
>
>
> Jonathan
> -----------------------------------------------------------------
> TwineCompiler - Blazingly fast C++ compiles on ANY machine.
> http://www.jomitech.com/twine.html
> -----------------------------------------------------------------

Try with:
emake --el_alter_exe"ExceptionLoggerTest.bdsproj"

--
Best regards...

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

Jonathan Benedicto
25-Oct-2006, 07:43 PM
admin wrote:
> Try with:
> emake --el_alter_exe"ExceptionLoggerTest.bdsproj"

Thank you for your reply. Unfortunately it didn't work:

C:\Documents and Settings\Owner\My Documents\Borland Studio
Projects\TwineCompilerTests\ExceptionLoggerTest>emake --el_alter_exe"ExceptionLoggerTest.bdsproj"
ERROR: Compiled file 'C:\Documents and Settings\Owner\My Documents\Borland
Studio Projects\TwineCompilerTests\ExceptionLoggerTest\Ex ceptionLoggerTest'
not found
..

If you want, I can send the project.

Jonathan

admin
25-Oct-2006, 07:44 PM
Hi,

Jonathan Benedicto wrote:
> admin wrote:
>> Try with:
>> emake --el_alter_exe"ExceptionLoggerTest.bdsproj"
>
> Thank you for your reply. Unfortunately it didn't work:
>
> C:\Documents and Settings\Owner\My Documents\Borland Studio
> Projects\TwineCompilerTests\ExceptionLoggerTest>emake --el_alter_exe"ExceptionLoggerTest.bdsproj"
> ERROR: Compiled file 'C:\Documents and Settings\Owner\My Documents\Borland
> Studio Projects\TwineCompilerTests\ExceptionLoggerTest\Ex ceptionLoggerTest'
> not found
> .
>
> If you want, I can send the project.
>
> Jonathan

Are you able to create and send to me a little source demo capable to reproduce
this bug, please?

--
Best regards...

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

Jonathan Benedicto
25-Oct-2006, 07:56 PM
admin wrote:
> Are you able to create and send to me a little source demo capable to
> reproduce this bug, please?

Sent. BTW, if you want to discuss this via IM, I have MSN.

Jonathan

admin
26-Oct-2006, 09:41 AM
Hi,

Jonathan Benedicto wrote:
> admin wrote:
>> Are you able to create and send to me a little source demo capable to
>> reproduce this bug, please?
>
> Sent. BTW, if you want to discuss this via IM, I have MSN.
>
> Jonathan

I have just found and fixed this bug in the last EurekaLog 5.1.11 RC 1.
Try it and tell back to me your feedback, ok? :)

--
Best regards...

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