|
|
| (One intermediate revision by one user not shown) |
| Line 1: |
Line 1: |
| − | To compile and run this example in OpenSim 0.6.4.1 you have to change using statements
| |
| − | to this
| |
| − | <pre>
| |
| − | using System.Collections.Generic;
| |
| − | using System.Reflection;
| |
| − | using log4net;
| |
| − | using Nini.Config;
| |
| − | using OpenMetaverse;
| |
| − | using OpenSim.Framework;
| |
| − | using OpenSim.Region.Framework.Interfaces;
| |
| − | using OpenSim.Region.Framework.Scenes;
| |
| − | </pre>
| |
| | | | |
| − | You will also have to add references to all those libraries and OpenMetaverseTypes library,
| |
| − | or you can download [http://rdzikowski.googlepages.com/opensimregionmodule updated project] from my blog.
| |
| − |
| |
| − | --[[User:Robert d|Robert d]] 22:03, 9 May 2009 (UTC)
| |