cocos2d / cocos2d-x

Cocos2d-x is a suite of open-source, cross-platform, game-development tools utilized by millions of developers across the globe. Its core has evolved to serve as the foundation for Cocos Creator 1.x & 2.x.

Home Page:https://www.cocos.com/en/cocos2d-x

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

新手能请问下vs编译报错

Loudxx opened this issue · comments

commented

image
麻烦大佬们帮忙看下

cmake config using win32 not win64

commented

cmake config using win32 not win64
Run cmake command whit option "-A win32" in you cocos2d-x root directory.
Sample:
cmake -G "Visual Studio 2017" -A win32 -B cmake-build/win32
This will generate VS project in camek-build/win32/ directory.