Am successfully compling example prjects using codeblocks on windows.
I've already created a custom project in xcode and need to transfer it so it will compile in Windows.
I first created a blank CB project using the project generator
Then I copied just the bin data and my new src files over
I then followed these directions to add links to the ofxOpenCv addon to my CB project
http://www.41post.com/3291/programming/configuring-openframeworks-add-ons-in-codeblocks
So now my project ALMOST finishes compiling
but am now getting lots of 'undefined reference' errors such as the following
undefined reference to `vtable for ofxCvColorImage'
Can anyone suggest what my next steps should be?