pallarim / ModreX

realXtend modules to be used with OpenSim or Taiga. Master branch follows OpenSim's master branch, taiga-0.1 branch follows realXtend/taiga repository and os-0.6.9-post-fixes branch works with OpenSim's 0.6.9-post-fixes branch.
12 stars 6 forks source link

modrex not compiling with VS2010 #3

Open musicsilence opened 13 years ago

musicsilence commented 13 years ago

Just getting this kind of errors, in several modrex files:

opensim-0.7.0.2-source\addon-modules\ModreX\ModularRex\RexFramework\RexObjectProperties.cs(10,7): error CS0246: The type or namespace name 'OpenMetaverse' could not be found (are you missing a using directive or an assembly reference?)

E:\3dUPB.code\opensim-0.7.0.2-source\addon-modules\ModreX\ModularRex\RexFramework\RexObjectProperties.cs(25,16): error CS0246: The type or namespace name 'UUID' could not be found (are you missing a using directive or an assembly reference?)

etc.

any idea how to solve it ?

MachoChe commented 13 years ago

use vs 2008. I also got these errors when i use vs2010.