-
Notifications
You must be signed in to change notification settings - Fork 144
Open
Labels
Description
首先小小的抱怨一下,gkEngine目前只提供VS2010的解决方案文件。
而现在早就全民普及VS2013了,没有VS2010的话,还得现场安装一个。
下面列一下我在编译时遇到过的两个问题:
- 因为某些工程的字节编码问题,当const wchar_t[] 往 const char * 转的时候,会导致一个编译错误,需要把工程设置成多字节编码。
- 编译时出现如下的链接错误:【LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt】,可以参考 http://blog.csdn.net/junjiehe/article/details/16888197 这篇博客说的方法来解决。