problem with OgreDotNet Basic Tutorial 1?

bug_aonz

12-09-2006 14:06:07

i use VC#.NET 2005(8.0) with OgreSDK 1.2.0
i've already done setting step like wiki says.

code :


using System;
using System.Collections.Generic;
using System.Text;
using OgreDotNet;
using Math3D;


namespace OgreTest
{
class Program : ExampleApplication
{
protected override void CreateScene()
{
}

static void Main(string[] args)
{
using(Program app = new Program())
{
app.Start();
}

}
}
}


when compiled in Debug mode ,its show message box:
Microsoft VC++ runtime libary
runtime error!

what's the pproblem?

:shock:

DigitalCyborg

15-09-2006 02:35:02

can you be more specific about the run time error message?

is there any information in the log files which might help to shed light on the problem?