Ok I have actually been using the engine for a little while now and even after searching I still cannot find the answer to my question. Everytime I try and compile things with
"using namespace irr" I get an error even though irrlicht.h is in my include directory.
How do I solve my problem?
thanks
Really dumb question
-
twilight17
- Posts: 362
- Joined: Sun Dec 16, 2007 9:25 pm
make sure its after #include <irrlicht.h> and #pragma comment(lib, "irrlicht.lib") if you use it.
Post this userbar I made on other websites to show your support for Irrlicht!

http://img147.imageshack.us/img147/1261 ... wernq4.png

http://img147.imageshack.us/img147/1261 ... wernq4.png
-
rogerborg
- Admin
- Posts: 3590
- Joined: Mon Oct 09, 2006 9:36 am
- Location: Scotland - gonnae no slag aff mah Engleesh
- Contact:
Re: Really dumb question
Your core problem is dealt with comprehensively here.RRain wrote:How do I solve my problem?
Please upload candidate patches to the tracker.
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
