NxOgre.VC9 and error PRJ0019 and solution

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

spacegaier

07-11-2009 16:21:34

You can just ignore this post-build error. Nothing serious, although removing it (if not needed, so betajaen?) wouldn't hurt, I guess ;) .

md5Crypt

09-11-2009 00:09:08

Yes.. or ignore the error :]

but, ignore error messages do not appear to be a good programming practice, especially when you know how to fix :)


Cheers :]