Cannot run enything ..

im install vs 201 Express
install cocos2d-x
try to build and run Hello World project and get nothing, only in output

'HelloWorld.exe': Loaded 'D:\DevTools\cocos2d-2.0-rc0a-x-2.0\Debug.win32\HelloWorld.exe', Symbols loaded. 'HelloWorld.exe': Loaded 'C:\WINDOWS\system32\ntdll.dll', Cannot find or open the PDB file 'HelloWorld.exe': Loaded 'C:\WINDOWS\system32\kernel32.dll', Cannot find or open the PDB file 'HelloWorld.exe': Loaded 'D:\DevTools\cocos2d-2.0-rc0a-x-2.0\Debug.win32\libcocos2d.dll', Symbols loaded. 'HelloWorld.exe': Loaded 'D:\DevTools\cocos2d-2.0-rc0a-x-2.0\Debug.win32\libEGL.dll', Binary was not built with debug information. 'HelloWorld.exe': Loaded 'C:\WINDOWS\system32\user32.dll', Cannot find or open the PDB file 'HelloWorld.exe': Loaded 'C:\WINDOWS\system32\gdi32.dll', Cannot find or open the PDB file 'HelloWorld.exe': Loaded 'D:\DevTools\cocos2d-2.0-rc0a-x-2.0\Debug.win32\libGLESv2.dll', Binary was not built with debug information. 'HelloWorld.exe': Loaded 'D:\DevTools\cocos2d-2.0-rc0a-x-2.0\Debug.win32\libxml2.dll', Binary was not built with debug information. 'HelloWorld.exe': Loaded 'C:\WINDOWS\system32\wsock32.dll', Cannot find or open the PDB file 'HelloWorld.exe': Loaded 'C:\WINDOWS\system32\ws2_32.dll', Cannot find or open the PDB file 'HelloWorld.exe': Loaded 'C:\WINDOWS\system32\advapi32.dll', Cannot find or open the PDB file 'HelloWorld.exe': Loaded 'C:\WINDOWS\system32\rpcrt4.dll', Cannot find or open the PDB file 'HelloWorld.exe': Loaded 'C:\WINDOWS\system32\secur32.dll', Cannot find or open the PDB file 'HelloWorld.exe': Loaded 'C:\WINDOWS\system32\msvcrt.dll', Cannot find or open the PDB file 'HelloWorld.exe': Loaded 'C:\WINDOWS\system32\ws2help.dll', Cannot find or open the PDB file 'HelloWorld.exe': Loaded 'D:\DevTools\cocos2d-2.0-rc0a-x-2.0\Debug.win32\iconv.dll', Binary was not built with debug information. 'HelloWorld.exe': Loaded 'D:\DevTools\cocos2d-2.0-rc0a-x-2.0\Debug.win32\zlib1.dll', Cannot find or open the PDB file 'HelloWorld.exe': Loaded 'D:\DevTools\cocos2d-2.0-rc0a-x-2.0\Debug.win32\libtiff.dll', Cannot find or open the PDB file 'HelloWorld.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.30729.6161_x-ww_31a54e43\msvcr90.dll', Cannot find or open the PDB file 'HelloWorld.exe': Loaded 'D:\DevTools\cocos2d-2.0-rc0a-x-2.0\Debug.win32\pthreadVCE2.dll', Cannot find or open the PDB file 'HelloWorld.exe': Loaded 'C:\WINDOWS\system32\shell32.dll', Cannot find or open the PDB file 'HelloWorld.exe': Loaded 'C:\WINDOWS\system32\shlwapi.dll', Cannot find or open the PDB file 'HelloWorld.exe': Loaded 'C:\WINDOWS\system32\msvcp100d.dll', Symbols loaded. 'HelloWorld.exe': Loaded 'C:\WINDOWS\system32\msvcr100d.dll', Symbols loaded. 'HelloWorld.exe': Loaded 'C:\WINDOWS\system32\imm32.dll', Cannot find or open the PDB file 'HelloWorld.exe': Loaded 'C:\WINDOWS\system32\uxtheme.dll', Cannot find or open the PDB file 'HelloWorld.exe': Loaded 'C:\WINDOWS\system32\MSCTF.dll', Cannot find or open the PDB file First-chance exception at 0x7c91ac4a in HelloWorld.exe: 0xC0000005: Access violation writing location 0x00000010. 'HelloWorld.exe': Unloaded 'C:\WINDOWS\system32\MSCTF.dll' 'HelloWorld.exe': Loaded 'C:\WINDOWS\system32\opengl32.dll', Cannot find or open the PDB file 'HelloWorld.exe': Loaded 'C:\WINDOWS\system32\glu32.dll', Cannot find or open the PDB file 'HelloWorld.exe': Loaded 'C:\WINDOWS\system32\ddraw.dll', Cannot find or open the PDB file 'HelloWorld.exe': Loaded 'C:\WINDOWS\system32\dciman32.dll', Cannot find or open the PDB file First-chance exception at 0x7c91ac4a in HelloWorld.exe: 0xC0000005: Access violation writing location 0x00000010. 'HelloWorld.exe': Unloaded 'C:\WINDOWS\system32\opengl32.dll' 'HelloWorld.exe': Unloaded 'C:\WINDOWS\system32\ddraw.dll' 'HelloWorld.exe': Unloaded 'C:\WINDOWS\system32\dciman32.dll' 'HelloWorld.exe': Unloaded 'C:\WINDOWS\system32\glu32.dll' 'HelloWorld.exe': Loaded 'C:\WINDOWS\system32\opengl32.dll', Cannot find or open the PDB file 'HelloWorld.exe': Loaded 'C:\WINDOWS\system32\glu32.dll', Cannot find or open the PDB file 'HelloWorld.exe': Loaded 'C:\WINDOWS\system32\ddraw.dll', Cannot find or open the PDB file 'HelloWorld.exe': Loaded 'C:\WINDOWS\system32\dciman32.dll', Cannot find or open the PDB file First-chance exception at 0x7c91ac4a in HelloWorld.exe: 0xC0000005: Access violation writing location 0x00000010. 'HelloWorld.exe': Unloaded 'C:\WINDOWS\system32\opengl32.dll' 'HelloWorld.exe': Unloaded 'C:\WINDOWS\system32\ddraw.dll' 'HelloWorld.exe': Unloaded 'C:\WINDOWS\system32\dciman32.dll' 'HelloWorld.exe': Unloaded 'C:\WINDOWS\system32\glu32.dll' PVR: Failed to set pixel format for dummy PFD The program '[2384] HelloWorld.exe: Native' has exited with code -1 (0xffffffff).

Sounds like a vs 201 (2010 you mean? I saw, that only 2008 and 2010 supported by cocos2d-x) Express problem. *.pdb files (many errors with them) are used only for debug reasons. Try to build release project: in Visual Studio, when cocos2dx project is loaded select release (instead of debug) in the combobox to the right from RUN button (usually green triangle). The build process for realease takes much time (so as the build for debug).

This issue has been fixed. PLz download the codes from github. https://github.com/cocos2d/cocos2d-x Thanks.

thx for answers, ill try.
from git repo cocos2d Hellow World build error

@
void CCTextureAtlas::setupVBOandVAO()
{
glGenVertexArrays(1, &m_uVAOname);
glBindVertexArray(m_uVAOname);
@

it cannot get uVAOname in CCTextureAtlas