Really need to get this working using VisualStudio2013. When I first open any of the example project solutions I get a pop-up window message saying ‘Upgrade VC++ Compiler and Libraries’
then on Build of any of the examples I get the following 2 errors
Error 1 error C2440: '=' : cannot convert from 'ofPtr<ofGLProgrammableRenderer>' to 'bool' C:\Program Files\OpenFrameworks_for_VisualStudio_v0.8.4\libs\openFrameworks\gl\ofVbo.cpp 330 1 openframeworksLib
Error 2 error LNK1104: cannot open file 'C:\Program Files\OpenFrameworks_for_VisualStudio_v0.8.4\libs\openFrameworksCompiled\lib\vs\openframeworksLib_debug.lib' C:\Program Files\OpenFrameworks_for_VisualStudio_v0.8.4\examples\video\videoPlayerExample\LINK videoPlayerExample