PDA

View Full Version : Post-build event command line problem


jaym
23-Aug-2008, 05:22 AM
I have a problem with the Post-build event command line

This is the command line generated by the EurekaLog Addin

IF EXIST "$(DevEnvDir)\ecc32.exe" "$(DevEnvDir)\ecc32.exe" "$(ProjectPath)" "$(TargetPath)"


I have to modify it to this to get a successfull build. (i.e., remove all the double quotes)

IF EXIST $(DevEnvDir)\ecc32.exe $(DevEnvDir)\ecc32.exe $(ProjectPath) $(TargetPath)

Cheers

Jay

admin
27-Aug-2008, 06:30 PM
Hi jay,

I have finally released the 6.0.16 RC 4 version that fixed this issue.

The registered users can download it at:

http://www.eurekalog.com/login.php

The trial version can be downloaded at:
http://www.eurekalog.com/files/EurekaLog.NET-6-Trial-Beta.exe

Try it and tell back to me your results, OK! ;)