Rich Grubbs
July 28th, 2002, 08:03 PM
My project is going to consist of about 40-50 developers using Visual C++. We will be updating a significant amount of existing code that makes heavy use of DLLs and COM. All of this was developed by developers who were working on their own machines.
Our company wants to use Windows 2000 Terminal Services as the development platform instead of the developers using their own machines. The development team is scattered across several time zones.
A number of us are extremely concerned about this when it comes to testing our software.
- We are worried about how DLLs get registered. In some cases, the same DLL may be getting modified by different developers. If the DLLs are not managed independently, one developer could wipe out the others version of the same DLL.
- There is a similar concern about registry entries.
Has anyone tried doing distributed software development using Terminal Services?
Our company wants to use Windows 2000 Terminal Services as the development platform instead of the developers using their own machines. The development team is scattered across several time zones.
A number of us are extremely concerned about this when it comes to testing our software.
- We are worried about how DLLs get registered. In some cases, the same DLL may be getting modified by different developers. If the DLLs are not managed independently, one developer could wipe out the others version of the same DLL.
- There is a similar concern about registry entries.
Has anyone tried doing distributed software development using Terminal Services?