Complete, Precise, and Organized Installation Document

Problems building or running the engine, queries about how to use features etc.

Do you have problems installing the engine?

Poll ended at Thu Jun 17, 2004 8:24 am

Very Much So
1
4%
A little
2
7%
None At All
25
89%
 
Total votes: 28

x3
Gnoblar
Posts: 12
Joined: Mon May 17, 2004 9:33 am

Complete, Precise, and Organized Installation Document

Post by x3 »

I've talked with developers that are friends and asked them to look at this engine, I know for some of you it make not seem difficult to install this engine, but My God, I must be very unlucky. :-)

Can someone actualy give one document that shows how to get it up and going in VC++.NET2003? There is nothing complete on this topic that I have been able to find in the past week.

I just want to get this installed an start using it, I've read so much, looked at so many posts. I can compile the Ogre3D library fine, now making my own apps doesn't work... demos compiled in the engine projects do not work either, something about a "Entry Point Not Found" run-time error among others. I've tried so much just looking for help that gets me somewhere! C++ developer for 10 years, I am not a n00b, please help.


-JT[/b]
User avatar
monster
OGRE Community Helper
OGRE Community Helper
Posts: 1098
Joined: Mon Sep 22, 2003 2:40 am
Location: Melbourne, Australia

Post by monster »

Entry point not found errors at run time usually indicate that you're running Release mode code against Debug mode DLLs. Or vice-versa.
x3
Gnoblar
Posts: 12
Joined: Mon May 17, 2004 9:33 am

Post by x3 »

Ok I can compile Ogre3D Im just quite confused on setting up a project to work with it.
User avatar
Kojack
OGRE Moderator
OGRE Moderator
Posts: 7157
Joined: Sun Jan 25, 2004 7:35 am
Location: Brisbane, Australia
x 535

Post by Kojack »

All I've ever done is:
- Unzip source archive to a directory.
- Unzip dependencies archive to same directory.
- Double click on .sln file.
- Select "Build Solution".
- Wait 13 minutes.

Apart from a binary release or putting the dependencies in the source archive, I can't imagine any way to make vs.net2003 installing any easier.

Although on the weekend I tried compiling ogre with the trial version of Incredibuild with 10 pc's running as agents. Full rebuild took only 3 minutes. Waiting 3 minutes is a lot easier than waiting 13. :)

For your own projects, you might want to give Jacmoe's groovy app wizard a try. http://jacmoe.8bit.co.uk/projects.html
User avatar
bad_camel
Halfling
Posts: 74
Joined: Tue Dec 17, 2002 11:57 am
Location: Somerset, England

Post by bad_camel »

Download the source for any windows app that uses ogre(I have 2 on my website), and use that as a template and see if you can get over the error, then at least you know if you are doing something wrong.

I followed the ogre manual to the letter and never had a stitch of problems, so I don#t have much experience of when things go wrong :)

Plus I'm a linux user, but thats another argument :)
User avatar
monster
OGRE Community Helper
OGRE Community Helper
Posts: 1098
Joined: Mon Sep 22, 2003 2:40 am
Location: Melbourne, Australia

Post by monster »

Download the source for any windows app that uses ogre(I have 2 on my website), and use that as a template...
Indeed. Or use one of the supplied Demos as a base for your own modifications. Or use one of Xorecis' (sp?) tutorials, making the changes I detailed in the other thread.
User avatar
KeaponLaffin
Kobold
Posts: 28
Joined: Sat Jan 17, 2004 7:45 pm

Post by KeaponLaffin »

I had a little trouble the first time I installed it (STL being a bugger). But nothing that couldn't be fixed with 10 minutes and a search of these great forums.
x3
Gnoblar
Posts: 12
Joined: Mon May 17, 2004 9:33 am

Post by x3 »

Im just having problmes creating my own project to successfuly compile.
User avatar
Kencho
OGRE Retired Moderator
OGRE Retired Moderator
Posts: 4011
Joined: Fri Sep 19, 2003 6:28 pm
Location: Burgos, Spain
x 2

Post by Kencho »

But what problems exactly? Maybe you're using different library versions (release/debug), maybe you forgot to include a file, maybe you didn't add the additional lib path... If you could tell the problems you're getting, we could help you easily ;)
Image
x3
Gnoblar
Posts: 12
Joined: Mon May 17, 2004 9:33 am

Post by x3 »

Did anyone know theres an appwizard thing in Ogre files? I'm going to try it.
User avatar
monster
OGRE Community Helper
OGRE Community Helper
Posts: 1098
Joined: Mon Sep 22, 2003 2:40 am
Location: Melbourne, Australia

Post by monster »

I believe there is an AppWizard for Ogre project files, but IMHO you'd be well advised to work out how everything's set up first. So that you understand the internals, then just use the AppWizard for convenience. Otherwise, if you hit problems you still won't be able to figure out how to fix them.

The question I'd be asking myself is;
If my application won't compile then how does it differ from the Demos/Tutorials/Samples that do compile?

Have you tried getting Xorecis' tutorial to work by following the steps I detailed in the other thread? If it didn't work what errors did you get? As Kencho says, if you tell us the problems you're getting maybe we can help.