1

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?

Community
  • 1
  • 1
Dan Methad
  • 217
  • 2
  • 6
  • 17

1 Answers1

0

visual studio 2013 -> use 'next' branch

master soon as v2.0.0 is coming

GamePlay3d Forum link