11 2018 档案

摘要:千万不要装!!! 装了之后,传文件到linux系统下,各种xml和makefile报错(如下) Makefile:1: *** 遗漏分隔符 。 停止 阅读全文
posted @ 2018-11-29 20:06 hanframe 阅读(2075) 评论(0) 推荐(0)
摘要:第一步:找到刚刚解压出来的“jpeg-9a”文件夹下面的“makefile.vc”文件,用记事本或Notepad++等编辑工具打开,然后找到里面的“!include <win32.mak>”,将“win32.mak”改为绝对路径。不难看出这个win32.mak是个文件,其是VS下的一个文件,所以路径 阅读全文
posted @ 2018-11-18 23:53 hanframe 阅读(549) 评论(0) 推荐(0)
摘要:VS2015在调用低版本lib库出现有时会出现“无法解析的外部符号 __snprintf ”的问题,解决方法是加入lib库“legacy_stdio_definitions.lib”到工程。 阅读全文
posted @ 2018-11-18 22:14 hanframe 阅读(3297) 评论(0) 推荐(0)
摘要:VS 2015 compiling cocos2d-x 3.3 error “fatal error C1189: #error: Macro definition of snprintf conflicts with Standard Library function declaration”; 阅读全文
posted @ 2018-11-18 21:44 hanframe 阅读(601) 评论(0) 推荐(0)
摘要:Error: EROFS: read-only file system, open '/Volumes/Cocos Creator/CocosCreator.app/Contents/Resources/static/default-assets/image.meta'at Error (nativ 阅读全文
posted @ 2018-11-17 21:53 hanframe 阅读(1810) 评论(0) 推荐(0)