R链接错误太多资源无法处理 [英] R link error too many resource to handle

查看:153
本文介绍了R链接错误太多资源无法处理的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个大型项目(单个exe),其中包含三千个pas文件和近两千个dfms.它还包含几个资源字符串和图像列表.

I have a large project(single exe) having three thousand pas files and almost two thousand dfms. It also contains several resource strings and image lists.

该项目运行良好,并根据用户要求一次又一次地针对几个模块进行了改进.由于多种原因,我无法将此应用程序拆分为多个exe. 我的客户愿意购买这么多硬件来支持它.

This project was working very fine and was enhancing this again and again for several modules as per user requirement. I cannot split this application to multiple exes because of several reasons. My customer is willing to buy that much hardware for supporting it.

现在,在向项目添加新表单后进行编译时,最近我开始出现"R链接错误-太多资源无法处理"错误.作为围绕我所做的工作,我将一些资源字符串放入了常量中.因此项目再次像以前一样开始编译.即没有任何错误.现在,每当我需要添加新表单(资源)时,我都会将一些resourcestring设置为常量.现在,我的项目中不再有任何资源字符串.所以我现在几乎被感动了.

Now recently i started getting "R link error- too many resources to handle" error when i compile after adding a new form in to the project. As a work around what i did is, i made some of the resourcestring in to constants. so again project started compiling like before. ie without any error. now whenever i need to add a new form (resource) i will make some of the resourcestring to constants. now there are no more resourcestrings remains in my project. so i am almost struck now.

您能否帮助我摆脱此链接错误,而无需拆分应用程序.

Could you help me to escape from this link error without splitting application.

先谢谢了. 罗勒

推荐答案

您是否考虑过将其分解为.dll或程序包?它不是一个独立的exe,可以将所有内容分解为可用的部分.

Have you thought about breaking it up into a .dll or package? It's not a separate exe, and things can be broken out into usable parts.

还是客户端只有一个可执行文件?

Or does the client only one one executable?

Dll示例

BPL DLL差异

这篇关于R链接错误太多资源无法处理的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆