Hi,
on the risk of an oversight. We have thousand of 3GL Spaghetti-Code PASCAL Files, many module, each with its unique namespace.
Now we migrate that LEGACY code to become a Windows 7, IIS 7.5 WCF Web Site. We use Oxygene PASCAL, the follow-up of Object Pascal & Delphi. However, our world is a 3GL-world. Oxygene allows that to have all in one big __GLOBAL Object. To make a long story short. We have a lot PAS files, in a lot project/folders/sub-folders resulting after compilation in DLL ' s.
What I like to do is simple, for the one who knows it :-/, but how can I best model the Visual Studio reference DLL / Assembly relationship, not having classes in it, not forming components in a UML sense, but just containers / packages of binary code, the result of the compilation of a VS project, which is a bunch of pascal source files, each with its unique namespace?
Thank you for any hints.