References?

xycos

27-10-2005 08:48:00

I apologize for my extreme n00bishness. I'm more of a modeller than a programmer and probably don't have the computer know-how to do much of this stuff anyway.

I've tried compiling the example apps, but couldn't because they were missing two references: OgreNet and Math3D. I tried it in both C#Buider Foundation and Visual C# Express, and couldn't get anywhere. I tried referencing the OgreDotNet.dll and Math3D.dll, and was able to build the project, but then got a DLLNotFound excception.

So, anyway, I know I'm doing something wrong, but what is it? Also, is there an OgreNet.dll. It wasn't built, nor was it in the precompiled binaries post on this forum.

Okay, thanks,
Best of wishes,
xycos

alsecz

27-10-2005 12:19:49

Here you can download the prebuilt binaries what you need.

http://members.shaw.ca/cetrocet/Debug.zip

unpack it into the OgreSDK Bin directory. These are the references you need. U can find the Math3D and OgreNet.dll references in it.
In Visual Studio (Solution Explorer->References) appoint the path of these References. (OgreSDK/Bin). After that, copy the exe file into the Bin directory and run.

I hope this will help.

xycos

29-10-2005 07:13:40

Hmmm... Thanks for your help. However, there's no OgreNet.dll in there, and those are exactly the same as what I built. Also, I can't seem to be able to set the references in Visual Studio (I'm using Microsoft Visual C# 2005 Express edition).

When I load any of the .csproj for he examples, I get four warnings, two that say "The refrenced component 'Math3D'/'OgreNet' could not be found." The other two are for the files Math3D.csproj and OgeNet.csproj and say "The tragets in this project have been disabled by the host and therefore cannot be built at this time. This may have been done for security reasons. To enable the targets, the host must set Project.BuildEnabled to 'true'." I swear I didn't diable anything, but I have no idea how to set this to true or even if that would help anything. -____- Dunno what these warnings are about, or if they have any relation to what I'm trying to do.

Anyway, can someboy please help me? Sorry I'm such a whiny n00b, that's just my general nature XD.

Best of wishes and thanks for that,
xycos