VC2010 express compilation errors
by michael · in Torque 3D Beginner · 10/28/2012 (8:17 am) · 1 replies
Hi
how to add a include for all projects?
I found atlbase on the net but need to add it:
#include <atlbase.h>
Also how to remove an obsolete file from compilation?
I did only a copy of a *.cpp and don't know where to
get rid of that. (I've used mostly Eclipse before)
Thanks
how to add a include for all projects?
I found atlbase on the net but need to add it:
#include <atlbase.h>
Also how to remove an obsolete file from compilation?
I did only a copy of a *.cpp and don't know where to
get rid of that. (I've used mostly Eclipse before)
Thanks
About the author
Torque 3D Owner Kenneth Eves
XAP GAMES
From the IDE right click IE test Plugin and select Unload from project so it won't try to build.
You don't need it to build the engine itself.