intellscene [visual studio 2005 ][Irrlicht 1.3] (SOLVED)
intellscene [visual studio 2005 ][Irrlicht 1.3] (SOLVED)
I have a problem with intellscene in Visual studio 2005. It worked before but I changed to irrlicht 1.3 and now it dosen't show me any thing to do with irrlicht.
Last edited by Catprog on Tue May 15, 2007 9:35 am, edited 1 time in total.
-
- Posts: 17
- Joined: Sat Mar 24, 2007 5:03 pm
- Location: Holland
Do you have a correct reference to the .NET dll and are you making VS aware of the namespaces?
e.g.
If you dont, IntelliSense is unable to figure out what you're talking about
e.g.
Code: Select all
using Irrlicht;
using Irrlicht.Core;
using Irrlicht.GUI;
using Irrlicht.IO;
using Irrlicht.Scene;
using Irrlicht.Video;