摘要:
先看MSDN的解释:SendMessage:TheSendMessagefunction sends the specified message to a window or windows. It calls thewindow procedurefor the specified window ... 阅读全文
摘要:
今天遇到unity3d报Internal compiler error. See the console log for more information.错误信息。但根据提示在对应的地方却找不到相应的错误,后来仔细查看代码后发现是一处类型强制转换引起的,改正后就再没报错,,,有点莫名其妙。 阅读全文
摘要:
终极解决方法:在Properties/Linker/General中将Force File Output改为Multiply Defined Symbol Only (/FORCE:MULTIPLE)。相关链接:http://blog.sina.com.cn/s/blog_7cb1cf700100v... 阅读全文