Hi all!,
Im trying Of and its amazing. I write because I miss something in the process to let my Xcode ready to compile. Almost all examples are working good, but Im trying to work with images and I have an error in the example imageLoaderExample, and these errors are the same of another examples that Im trying to compile. I have an error like this:
error: ‘FreeImage_DeInitialise’ was not declared in this scope
error: ‘FreeImage_Initialise’ was not declared in this scope
error: ‘bmp’ was not declared in this scope
What I have to do to fix it?
Thanks for the help
David
I was a little bit confused with the addons and the updates. I downloaded the 0.05 version 4 days ago.
All the examples was working good in Xcode. But I had this problems with imageLoaderExample and fontsExample.
I have repeated this steps:
Instructions to install:
1 - download the snapshot from: http://www.openframeworks.cc/downloads/-…-eworks.zip
2 - In your current OF folder - backup your libs/openFrameworks folder by zipping it as openFrameworks-Backup.zip
3 - Now delete the old openFrameworks folder from libs/
4 - Move the downloaded openFrameworks.zip into libs/ and unzip!
5 - The update should be complete - if you have problems you can always restore from your openFrameworks-Backup.zip
And now everything looks good.
Im learning a lot from OF. Thanks
David