Which glew version is working find with Coco2d-x?

I’m compiling libcocos2d with glew version 1.10, but I get following error. May I know which glew version is working with Coco2d-x?

1>CCEGLView.obj : error LNK2019: unresolved external symbol __imp__glewInit@0 referenced in function “public: bool __thiscall cocos2d::CCEGLView::initGL(void)” (?initGL@CCEGLView@cocos2d@@QAE_NXZ)
1>CCEGLView.obj : error LNK2019: unresolved external symbol __imp__glewIsSupported@4 referenced in function “public: bool __thiscall cocos2d::CCEGLView::initGL(void)” (?initGL@CCEGLView@cocos2d@@QAE_NXZ)
1>CCEGLView.obj : error LNK2019: unresolved external symbol __imp__glewGetErrorString@4 referenced in function “public: bool __thiscall cocos2d::CCEGLView::initGL(void)” (?initGL@CCEGLView@cocos2d@@QAE_NXZ)