错误如下:
(libcocos2d.dll) 处有未经处理的异常: 0xC0000094: Integer division by zero
解决方法:
@H_502_28@director->setOpenGLView(eglView);
eglView->setDesignResolutionSize(540,960,ResolutionPolicy::NO_BORDER);
设置开发尺寸的时候.一定要放在setGLVIEW后面.否则就会出错