
cocos2d-x
RanTaimu
哥哥姐姐们都说, PHP是全宇宙最好的语言
展开
-
cocos2d-x for wp8 设置横竖屏
在主工程文件(xxx.cpp , xxx为你的项目名)中, 函数名为void xxx::SetWindow(CoreWindow^ window) 相关代码片如下: void ImpasseForLife::SetWindow(CoreWindow^ window) { // Specify the orientation of your application here /原创 2014-07-15 00:00:21 · 1694 阅读 · 1 评论 -
cocos2d-x 3.2 for wp8-xaml应用商店提交应用时出现的API错误(不能用CreateEventExA)解决办法
好不容易做完一个游戏,提交到商店显示"本地API不支持CreateEventExA"之类的错误提示 于是我在整个解决方案里查找CreateEventExA,发现没有,却在Audio.h找到了CreateEventEx: StreamingVoiceContext() : hBufferEndEvent(CreateEventEx(NULL, FALSE, FALSE, NULL))原创 2014-08-06 23:08:59 · 2206 阅读 · 0 评论