会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
PI*PI
博客园
首页
新随笔
联系
管理
订阅
2015年5月19日
Cocos2d-x 3.2导入到Eclipse后出现The import org.cocos2dx.lib cannot be resolved错误
摘要: 有一次移植sdk的时候碰到这么个错误:Cocos2d-x 3.2导入到Eclipse后出现The import org.cocos2dx.lib cannot be resolved错误虽然我项目里面有了cocos的lib,我还是在加了一次,然后提示各种错误!!!我在把刚才的那个删除,相当回复原样了...
阅读全文
posted @ 2015-05-19 15:26 PI*PI
阅读(234)
评论(0)
推荐(0)
2015年2月8日
字符串转换
摘要: wchar_t *ANSITOUnicode(const char* str){ int textlen = 0; wchar_t *result = NULL; textlen = MultiByteToWideChar(CP_ACP,0,str,-1,NULL,0); result = (wch...
阅读全文
posted @ 2015-02-08 00:04 PI*PI
阅读(150)
评论(0)
推荐(0)
公告