Fixing Compile Error for NxOgre 1.5.2

Kroz00

05-12-2008 07:04:53

NxOgre 1.5.2
OGRE 1.6

Small issue preventing compilation.

Minor Directory Change

Needs to be change in both Linker Options (BloodyMess) and (BloodyCake).


$(OgreHome)\...\lib\


to


$(OgreHome)\lib\



In BloodyCake you must also change the Post-Event Build Command
(Properties->BuildEvents->Post-Build Event)
Change
copy "$(OGRE_HOME)\..\lib\*.dll" "$(TargetDir)"
to
copy "$(OGRE_HOME)\lib\*.dll" "$(TargetDir)"

Fixed this Compile error.
Error 1 error PRJ0019: A tool returned an error code from "Performing Post-Build Event..." OGRECake


Cheers
Kroz

Ensced

06-12-2008 15:14:59

I have do that, but error PRJ0019 persist

But OgreCake.exe is create.

toglia

23-02-2009 01:25:17

I just deleted those lines and copied the dlls my self, that's what I always do anyway.

Strange is I'm not getting any errors but cake doesnt seem to start when running from VS2008, the black console windows appears but nothing ever happes... Although the exe works just fine.