上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 56 下一页
  2015年8月10日
摘要: 在往项目里加yebis做各种后处理就是看起来很高大上的各种味精我又热!泪!盈!眶!了压缩包解开 有各种文档 恩哼~大概看了下找到samplebuild.... 直接就success了........!!!没有errorrun......直接就显示出来了.......!!!!!什么都不用配置!!!!!... 阅读全文
posted @ 2015-08-10 11:14 minggoddess 阅读(399) 评论(0) 推荐(0) 编辑
  2015年8月7日
摘要: 在 xmlParseFile就那么挂在里面了只有一个dll 和一堆头文件没法调试有如下猜想(感谢fb 和 array)这是一个unhandled exception可以catch看看也许是编码问题 所以空 来试试以上两条路都走不通,空白xml都crash尝试重新加载libxml2这就需要编译他的wi... 阅读全文
posted @ 2015-08-07 15:43 minggoddess 阅读(360) 评论(0) 推荐(0) 编辑
  2015年8月6日
摘要: 接下来要做一个linux下的程序了。下载linux version fbx sdktar zxvf ...gz按照安装说明 提升权限并没什么用 还是,cannot execute binary file感觉是版本的问题,也就是说我要用f extension bx sdk这个版本 是dll的vs跑... 阅读全文
posted @ 2015-08-06 10:52 minggoddess 阅读(562) 评论(0) 推荐(0) 编辑
  2015年8月4日
摘要: http://asawicki.info/files/visual_cpp_redirect.pnghttp://asawicki.info/news_1496_redirecting_output_to_file_in_visual_c.html把vs的输出重定向到文件输出在propertiesc... 阅读全文
posted @ 2015-08-04 11:11 minggoddess 阅读(299) 评论(0) 推荐(0) 编辑
  2015年7月31日
摘要: 要被这个玩意儿坑死了。。。。我在用MinGW编好项目之后,用bash 批处理,就会报 errorbash.exe(5312) couldn't allocate cygwin heap,.......bash 5748 sync_with_child:...died before initializ... 阅读全文
posted @ 2015-07-31 15:17 minggoddess 阅读(249) 评论(0) 推荐(0) 编辑
  2015年7月29日
摘要: #include #include #include #include int main(){ std::vector example; example.push_back("this"); example.push_back("is"); example.push_back... 阅读全文
posted @ 2015-07-29 12:02 minggoddess 阅读(431) 评论(0) 推荐(0) 编辑
  2015年7月28日
摘要: 要写一个批处理命令 转换场景数据包括从文件里读入每一行信息是一个要转换的场景名字可以拼出路径到指定路径 执行命令http://blog.csdn.net/mfx1986/article/details/5606228FOR /F %%i IN xx.txt DO xxxx截取字符串@echo off... 阅读全文
posted @ 2015-07-28 21:27 minggoddess 阅读(221) 评论(0) 推荐(0) 编辑
摘要: float r = float((uint32)color&(uint32)0x000000ffU)/128.0f;float g = float((uint32)color&(uint32)0x0000ff00)/128.0f;float b = float((uint32)color&(uint... 阅读全文
posted @ 2015-07-28 14:12 minggoddess 阅读(366) 评论(0) 推荐(0) 编辑
  2015年7月27日
摘要: http://www.uml.org.cn/c++/200902104.asp#define 定义一个预处理宏#undef 取消宏的定义#include 包含文件命令#include_next 与#include相似, 但它有着特殊的用途#if 编译预处理中的条件命令, 相当于C... 阅读全文
posted @ 2015-07-27 13:00 minggoddess 阅读(298) 评论(0) 推荐(0) 编辑
  2015年7月15日
摘要: ???使用fbx自定义的类型的时候,比如FbxIntDT会有link error 根本原因是 FbxDataType is ambiguoussolution:把fbx的lib换成 libfbxsdk-md.lib 就可以了 ,但是FbxDataType 还是 ambiguous 的 阅读全文
posted @ 2015-07-15 13:25 minggoddess 阅读(397) 评论(0) 推荐(0) 编辑
上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 56 下一页