Horde3D
http://horde3d.org/forums/

where to place the lib and h files
http://horde3d.org/forums/viewtopic.php?f=2&t=53
Page 1 of 1

Author:  stevemkrenz [ 07.03.2007, 06:59 ]
Post subject:  where to place the lib and h files

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)

Author:  marciano [ 08.03.2007, 12:52 ]
Post subject: 

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.

Author:  stevemkrenz [ 11.03.2007, 06:01 ]
Post subject: 

I'll try it. Your help is very appreciated.

Author:  stevemkrenz [ 11.03.2007, 06:07 ]
Post subject: 

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.

Page 1 of 1 All times are UTC + 1 hour
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/