c ++ Builder xe5 [ilink32错误]错误:无法执行链接[ilink32警告]警告:检测到错误(LME288)
当我试图在Windows XP上编译测试项目c ++ builder xe5时发生的事情
在将Embarcadero C++ Builder更新到新版本后,我们的项目突然无法构建.这只发生在我们的一个项目中.对于大多数团队成员而言,相同的代码构建没有错误.在我的计算机上,每次都会失败.
在构建选项卡中:
[ilink32] Fatal: Out of memory
Run Code Online (Sandbox Code Playgroud)
在输出选项卡中:
Build FAILED.
c:\program files (x86)\embarcadero\studio\18.0\Bin\CodeGear.Cpp.Targets(3517,5): error : Fatal: Out of memory
Run Code Online (Sandbox Code Playgroud)
没有更多信息.
如果我启用动态RTL链接,项目链接没有错误.例如,如果我们的Debug目标启用了该设置,则项目将在Debug中链接,但不在Release中.
我该如何解决这个问题?如何为链接器提供更多内存?
有人知道delphi xe7是否与windows 10兼容?Embarcadero说XE8是兼容的.但对XE7一无所知.