| Author |
Message |
< beginners ~ problems with easing example |
|
rdd
|
Posted: Sat Nov 07, 2009 3:11 am |
|
|
| Joined: Mon Jul 27, 2009 12:27 pmPosts: 7 |
Hi, I am trying to build the easing example from http://jesusgollonet.com/openFrameworks/cppPennerEasing.zip, but I am getting errors from both files particle.h and .cpp. I think it is better if I attach an image, I guess it is an issue about ofAddons.h, but I haven't found the way to make it work. I have tried putting ofAddons.h on the addons folder and on the src folder, but the I get the same errors Can you tell me what am I missing?, thanks. Ricardo.
Attachments:

post image.jpg [ 166.8 KiB | Viewed 283 times ]
|
|
Top
|
|
|
maximillion
|
Posted: Sat Nov 07, 2009 1:57 pm |
|
|
| Joined: Sun Jul 19, 2009 8:36 pmPosts: 26 |
you need to add ofAddons.h to your project. you can right click the project name and click add files and add it.
|
|
Top
|
|
|
grimus
|
Posted: Sat Nov 07, 2009 2:32 pm |
|
|
Joined: Mon May 14, 2007 10:57 amPosts: 722Location: Melbourne, Australia |
Actually, ofAddons.h is not used anymore, you need to add the ofxVectorMath addon in order to compile properly
|
|
Top
|
|
|
rdd
|
Posted: Tue Nov 10, 2009 1:51 am |
|
|
| Joined: Mon Jul 27, 2009 12:27 pmPosts: 7 |
Hi, I tried adding ofxVectorMath.h and including it in particle.h but I get the same errors, the same happens if I include it in main.cpp, I don“t know where to include it to compile successfully.
Any ideas of what am I doing wrong?
Thanks
Ricardo
|
|
Top
|
|
|
arturo
|
Posted: Tue Nov 10, 2009 12:34 pm |
|
|
| Site AdminJoined: Wed Apr 11, 2007 1:02 amPosts: 1192Location: barcelona |
|
|
Top
|
|
|
rdd
|
Posted: Wed Nov 11, 2009 12:01 am |
|
|
| Joined: Mon Jul 27, 2009 12:27 pmPosts: 7 |
Thanks arturo, I'm using it now with no problems.
|
|
Top
|
|
|
|