I'm following this wiki: https://github.com/blackberry/GamePlay/wiki/Visual-Studio-Setup After opening 'gameplay.sln' in 'VS Express 2013 for Desktop', and hitting 'F7'
I'm getting over 100 error like this:
error C2084:function 'float round(float) throw()' already has a body
(base.h)
and few of:
error C2264: 'round' : error in function definition or declaration; function not called
(slider.cpp)
What am I doing wrong?