I have a code module with only a Process_Globals containing all the project strings, declared as Public Const
It's a 70KB file, where the actual strings data accounts for about 15KB
Is there any solution other than splitting the code module in multiple files?
It's a 70KB file, where the actual strings data accounts for about 15KB
Is there any solution other than splitting the code module in multiple files?