Talk:Getting Started with Region Modules
From OpenSimulator
(Difference between revisions)
(Updated for OpenSim 0.6.4.1) |
|||
Line 13: | Line 13: | ||
You will also have to add references to all those libraries and OpenMetaverseTypes library, | You will also have to add references to all those libraries and OpenMetaverseTypes library, | ||
− | or you can download [http:// | + | or you can download [http://blog.rd-it.net/opensimregionmodule updated project] from my blog. |
--[[User:Robert d|Robert d]] 22:03, 9 May 2009 (UTC) | --[[User:Robert d|Robert d]] 22:03, 9 May 2009 (UTC) |
Revision as of 14:18, 9 May 2009
To compile and run this example in OpenSim 0.6.4.1 you have to change using statements to this
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;
You will also have to add references to all those libraries and OpenMetaverseTypes library, or you can download updated project from my blog.
--Robert d 22:03, 9 May 2009 (UTC)