Horde3D

Next-Generation Graphics Engine
It is currently 13.05.2024, 19:39

All times are UTC + 1 hour




Post new topic Reply to topic  [ 4 posts ] 
Author Message
PostPosted: 07.03.2007, 06:59 
Offline

Joined: 07.03.2007, 06:53
Posts: 3
Location: WI
I know this might seem like a stupid question, but I can't figure out where to place all the files to get this to work. I'm using Dev C++. I've tried linking to the horde3DUtils.h but I get compile errors.

I'm pretty novice when it comes to installing libraries, so any help would be awsome.

Also, I've started trying to figure horde3d out since, once it is set up, it seems extremely easy to implement (compared to other 3d engines). I'm sick of writing my own graphics engines in openGL. (and I'm not that great at it yet)


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: 08.03.2007, 12:52 
Offline
Engine Developer

Joined: 10.09.2006, 15:52
Posts: 1217
Actually it is quite simple. Include the two files "Horde3D.h" and "Horde3DUtils.h" in your code using #include. The location of the files doesn't matter as long as you tell the compiler in which directory to look for include files. There must be an option somewhere but you can also just put the files in the same directory as your other source files. Finally you need to tell the linker to use the two lib files of Horde. This must also be an option somewhere. I don't know Dev C++ but I am quite sure that there is a plenty of tutorials on the net which show how to link with a library.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: 11.03.2007, 06:01 
Offline

Joined: 07.03.2007, 06:53
Posts: 3
Location: WI
I'll try it. Your help is very appreciated.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: 11.03.2007, 06:07 
Offline

Joined: 07.03.2007, 06:53
Posts: 3
Location: WI
I did what you said and I only got a " [Warning] no new line at end of file " warning, so I opened the .h files, added a new line and saved them. The warning went away. Now I will try to use it. Thanks again.


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC + 1 hour


Who is online

Users browsing this forum: Bing [Bot] and 17 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group