Game Development Community

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

#1
10/28/2012 (6:38 pm)
Express version of MSVC doesn't have the libraries needed to build the MSIE Browser addon.

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.