About new version of cocos2d-2.0-rc0a-x-2.0

I am apologize for our careless when releasing cocos2d-2.0-rc0a-x-2.0 yesterday.
We modify some codes after testing, and these modification cause compiling error of HelloWorld, HelloLua, and testjs.
Because these projects don’t include cpp files under cocos2dx/extensions/CCBReader.

We have applied the hotfix and update the zip file.
So you can fix the bug in two ways:

  1. download new zip file and use it
  2. add cpp files under cocos2dx/extensions/CCBReader, but exclude CCBReader_v1.cpp.

BTW: Some developers meet building problem on win32. Please refer #1282 for more detail info.
We have used opengl instead of opengl es on win32, and send it to these developers to test.
Good news is that, after using opengl, the issue disappeared. We will pull request as soon as we make sure
that, this is the correct resolution.

So please use NVIDEA display card to run this version before we resolving it.

Sorry again.

thanks!

We have fixed #1282.
But we aren’t sure if we completely fix it.
You are appreciated if you can help us to test it.

You can download latest codes here https://github.com/cocos2d/cocos2d-x.