Search code examples
gameplay3d

Gameplay3d - 'float round(float) throw()' already has a body


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?


Solution

  • visual studio 2013 -> use 'next' branch

    master soon as v2.0.0 is coming

    GamePlay3d Forum link