Hi lillith. It should be possible to register an interface from your own DLL without placing it in OpenSim.Region.Frameworks.Scene. You just need to make sure that both modules have a copy of this interface or reference a common DLL where it resides.

If this doesn't work please do say and we can investigate further.

On 09/10/14 03:28, lillith wrote:
Hi all,
im not sure if it's right to post such thing here, if i'm wrong please correct 
me.

I got stuck writing my Region-Modules, maybe someone could help me.

I wrote a Module (for Pathfinding) that collects a lot of informations out of 
the scene and stores it into Variables.
This is done while server-startup and takes a lot resources.

Now i want to do another Module, that is able to access the data of the 1st 
module.

so for example:

The new Module calls a Function in the 1st Module. The 1st Module starts 
calculating with the data it already has and
send the result back to the second Module.
I don't want to mess with the code of OpenSim. The Modules should still work 
with a unmodified Opensim-Version (Like
drop the .dll-files into the bin folder of a fresh installed Server).

I tried to create a Module interface, but the Problem is: it seems i need to 
put a file into
Opensim.Region.Framework.Interfaces. So i would directly change OpenSim. (Or 
maybe i did not understand that Namespace
thing XD)

I'am quite new to the C# stuff, so please don't kill me for that question ;-)
And sorry for my bad English, its not my native Language.



_______________________________________________
Opensim-dev mailing list
[email protected]
http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-dev



--
Justin Clark-Casey (justincc)
OSVW Consulting
http://justincc.org
http://twitter.com/justincc
_______________________________________________
Opensim-dev mailing list
[email protected]
http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-dev

Reply via email to