Horde3D http://horde3d.org/forums/ |
|
Need a little help please "Resolved" http://horde3d.org/forums/viewtopic.php?f=2&t=1070 |
Page 1 of 1 |
Author: | Elys [ 14.01.2010, 05:17 ] |
Post subject: | Need a little help please "Resolved" |
I keep getting the error error: ‘NodeHandle’ does not name a type| in the crowd.h file in the examples. #pragma once #include "Horde3D.h" #include <vector> using namespace std; struct Particle { float px, pz; // Current postition float dx, dz; // Destination position float fx, fz; // Force on particle float ox, oz; // Orientation vector NodeHandle node; float animTime; Other things you may need to know: running a deb linux machine, trying to use codeblocks 8.02, horde3d beta4. This is kind of funny because I was able to compile the examples and everything. Granted that was not using codeblocks. Is there an other editor that would work better, or is this some type of configuration problem? |
Author: | Volker [ 14.01.2010, 09:17 ] |
Post subject: | Re: Need a little help please |
Could it be, that you are mixing up some Horde3D versions? In Beta4 NodeHandle has been renamed to H3DNode |
Author: | Elys [ 14.01.2010, 17:19 ] |
Post subject: | Re: Need a little help please |
Why that is most definitely what my problem is. Thank you. Now I have to resolve about 50 undefined references undefined reference to `h3dInit' , So I guess I should get started. Doesn't seem like it should be this much of a pain. Oh well, with time it will get easier. Well wouldn't you know it sleep for 15 minutes and your brain starts working again. Can't believe I couldn't realize most of it was a link problem. So linked and now only have 3 things left to take care of. |
Page 1 of 1 | All times are UTC + 1 hour |
Powered by phpBB® Forum Software © phpBB Group https://www.phpbb.com/ |