When I installed the latest version of Next Suite (5.5.10.1) I noticed that you have added a suffix to all the package names, corresponding to each Delphi version. I have made my own packages, which include some components that inherit from components in the Next Suite. As a result some of your packages are in the requires section of my own packages, but with the naming change my dependencies are now broken. This is an easy enough fix (just update my requires section in the .dpk files). But this also means that I will now have to mange different versions of my own packages for each Delphi version I want to use. For example, I'm now using D2009, but I will probably upgrade when D2011 comes out. I will then have to update all my existing packages, just to change NxDBGridRun_d2009 to NxDBGridRun_d2011 for example. And maintain two branches of my packages, because I will have to be backwards compatible with "older" d2009 projects (actually I already have this situation with d7 now, but those projects are almost all upgraded).
Do you know of any convenient way so that I could still maintain one branch of my packages, and not one for each Delphi version? Maybe (I don't know if this is possible or not) you could include a "generic" set of packages, without the prefix, for those that do not have more than 1 Delphi version on the same system? (That would be me, I have multiple Delphi versions, but I never install them on the same machine. All hail virtualization
Regards,
Stijn.
[EDIT]Fixed a typo[/EDIT]











