alberts
17-11-2005 23:36:25
Hi
I'm a newb to OGRE.
I'm trying to compile the SkyBox demo. I've created a blank project with VS.NET 2003. Then I've copied the skybox.cs file to the project and added the following OGRE references:
- CeguiDotNet
- Math3D
- OgreDotNet
- OgreDotNet.Cegui
The problem is that the lines of the code referring to the Log capabilities produce an assembly reference missing error (...The type or namespace name 'Log' could not be found...)
Log oLog = LogManager.Singleton.createLog("test.log", false, false );
oLog.LogMessage("My new Log. Hells yeah!");
What is the dll that I need to add as a reference?
If I delete both lines the demo runs fine. Any ideas?
Thanks, and I apologize for my english
I'm a newb to OGRE.
I'm trying to compile the SkyBox demo. I've created a blank project with VS.NET 2003. Then I've copied the skybox.cs file to the project and added the following OGRE references:
- CeguiDotNet
- Math3D
- OgreDotNet
- OgreDotNet.Cegui
The problem is that the lines of the code referring to the Log capabilities produce an assembly reference missing error (...The type or namespace name 'Log' could not be found...)
Log oLog = LogManager.Singleton.createLog("test.log", false, false );
oLog.LogMessage("My new Log. Hells yeah!");
What is the dll that I need to add as a reference?
If I delete both lines the demo runs fine. Any ideas?
Thanks, and I apologize for my english