Game Development Community

Xbox project post-build event

by Scott Goodwin · in Torque X 2D · 03/17/2008 (8:11 pm) · 2 replies

I used the builtin "Create Copy of project for xbox 360". One problem I encountered was the error:

The command [path]Game.e - exportschema [etc] exited with code -532459699


My guess is that the Post-build event command line:

"$(TargetPath)" -exportschema "$(ProjectDir)myschema.txschema"

should be removed from the xbox version of the project. Is this right?

#1
03/17/2008 (10:52 pm)
The -exportschema is purely for the benefit of the design tools, so there's no need for it in the Xbox project.

John K.
#2
03/17/2008 (11:00 pm)
Thanks for confirming my guess!