but with many common, i can also use procedures, not modules, i think.
And a other are User DLL´s
But, everyone can do what he wants,
Important is whether it works or not

Still wondering about that... Can you please clarify?Kukulkan wrote:But if you try to re-use a module in another program, how do you know what enumerations you have to add to your CommonConstants module?
Hm. How do you do if you decide to use a .pbi-file containing, for example, a proxy selection dialogue. If it was done using your technique, you have to add the enumerations (constants) needed for that include to your CommonConstants module. I assume that this module does not contain all enumerations for all includes and modules you ever did by default. And also not for third party modules and includes (eg from forum). Therefore, you need to add the enumerations (windows, files etc) to your CommonConstants module. How do you know what constants to add?I don't understand? I use always the same enumeration-names. So what is the problem?
@Kulkulkan: ts-soft uses the named enumerations from the 'commons' moduleeach of the other includes (or modules) to add to the list of constants for a particular named enumeration.Kukulkan wrote:Hm. How do you do if you decide to use a .pbi-file containing, for example, a proxy selection dialogue. If it was done using your technique, you have to add the enumerations (constants) needed for that include to your CommonConstants module. I assume that this module does not contain all enumerations for all includes and modules you ever did by default. And also not for third party modules and includes (eg from forum). Therefore, you need to add the enumerations (windows, files etc) to your CommonConstants module. How do you know what constants to add?I don't understand? I use always the same enumeration-names. So what is the problem?