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.
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.
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.
Thanks in advance. Basil