Thank you! But now I have another problem: I am getting a dialog box from VS 05 that says:
The specified module could not be found. (Exception from HRESULT: 0x8007007E)
Any help there?
Search found 3 matches
- Sat Oct 21, 2006 7:54 pm
- Forum: Irrlicht.NET
- Topic: Cant get demo 1 (hello world) to work(VB.NET)
- Replies: 4
- Views: 2192
- Thu Oct 19, 2006 10:58 pm
- Forum: Irrlicht.NET
- Topic: Cant get demo 1 (hello world) to work(VB.NET)
- Replies: 4
- Views: 2192
Cant get demo 1 (hello world) to work(VB.NET)
Everything is fine, but when I get here:
It says that "'AddTestSceneNode' is not a member of 'Irrlicht.Scene.ISceneManager'"
I am using VS05.
Help?
Code: Select all
Dim node As ISceneNode = device.SceneManager.AddTestSceneNode
I am using VS05.
Help?
- Mon Oct 16, 2006 4:27 am
- Forum: Irrlicht.NET
- Topic: Uh... how do I make Visual Studio see this engien?
- Replies: 1
- Views: 1427
Uh... how do I make Visual Studio see this engien?
I cant get VS.NET 05 to see this engine. It is calling everything that is defined by the engine as forien. I have the dll's coppied into the proper directories. Do I have to put the engine source into the .sln file?