Compilation problems

All about the core api and animation, input, sound, effect, collision and physics engines.
You can also post here your feature requests.

Moderator: Brume Dev Team

Compilation problems

Postby Mekke on Fri Sep 26, 2008 2:07 pm

Hi, when I try to debug a simple program, I get an error-message looking like this:

'BrumeTutorials.TutorialTheBasics' does not implement inherited abstract member 'Brume.Brume.MoveScene(float)'

What should I do? :shock:
Mekke
Brume Rookie
 
Posts: 1
Joined: Fri Sep 26, 2008 2:02 pm

Re: Compilation problems

Postby Silmaryls on Mon Sep 29, 2008 7:09 pm

Hi,

Depending on your version the method signature may change (especially if you are using cvs or svn code directly).
In your case you can just add a MoveScene method like this :

Code: Select all
protected override void MoveScene(float fElapsedTime)
{
}
User avatar
Silmaryls
Brume Team Member
 
Posts: 340
Joined: Tue Feb 21, 2006 10:09 pm
Location: Paris - France


Return to Technical discussion

Who is online

Users browsing this forum: No registered users and 1 guest

cron