md5Crypt
07-11-2009 03:50:18
Hello everyone!
I have the error message when try build the solution NxOgre.VC9, specifically project NxOgre:
Project : error PRJ0019: A tool returned an error code from "Performing Post-Build Event..."
Analyzing the error, found the two lines with invalid path (example seems...), therefore remove the two last line in NxOgre->Properties->Configuration Properties->Build Events->Post-Build Event-> command Line:
copy "$(SolutionDir)..\..\sdk\NxOgre_Debug.dll" "$(SolutionDir)..\..\..\BloodyCake\application\"
copy "$(SolutionDir)..\..\sdk\NxOgre_Debug.dll" "$(SolutionDir)..\..\..\BloodyFlour\application\"
Now compile without error message =D (i recommend of remove it of official release)
Ps: i'm using the version: NxOgre.1.5.5.BloodyMess
I have the error message when try build the solution NxOgre.VC9, specifically project NxOgre:
Project : error PRJ0019: A tool returned an error code from "Performing Post-Build Event..."
Analyzing the error, found the two lines with invalid path (example seems...), therefore remove the two last line in NxOgre->Properties->Configuration Properties->Build Events->Post-Build Event-> command Line:
copy "$(SolutionDir)..\..\sdk\NxOgre_Debug.dll" "$(SolutionDir)..\..\..\BloodyCake\application\"
copy "$(SolutionDir)..\..\sdk\NxOgre_Debug.dll" "$(SolutionDir)..\..\..\BloodyFlour\application\"
Now compile without error message =D (i recommend of remove it of official release)
Ps: i'm using the version: NxOgre.1.5.5.BloodyMess