I encountered an error during compilation of Delphi project: it says "Duplicate resource type ...". This is caused by exceeding limit of used resource strings. When I try to use const instead of some resource strings the project compiles without error.
So: Is there any limit to number of used resource strings? I've tried to find some info on this but without success..
What is the correct way to solve this problem?
Anyone experienced this?
I use Delphi 6.
Thanks,
RE
So: Is there any limit to number of used resource strings? I've tried to find some info on this but without success..
What is the correct way to solve this problem?
Anyone experienced this?
I use Delphi 6.
Thanks,
RE