0
点赞
收藏
分享

微信扫一扫

关于fatal error C1063


关于fatal error C1063

 

这个错误是编译器栈溢出,可能是你的程序单个源文件太大了,拆分成小一些的文件试试

MSDN上:
Fatal Error C1063
compiler limit : compiler stack overflow
The program was too complex, possibly due to recursive include files. Split the code into smaller source files and recompile.

举报

相关推荐

0 条评论