compiler construction - Delphi 7: Any differences between compiling under Win XP or Windows Server 2003? -
I have a heritage app to maintain, currently, releases are made from a special developer workstation, which is a bad, Bad habit
I asked for a virtualized build server to automate the build from a centralized environment. The only problem is that the server has given me to run with Windows 2003, and they will not give me a Windows XP to do this ...
Should I be careful about specific issues, do me should do?
Usually OS is made with an application Delphi, no problem, so no problem The only exception should be with any imported libraries, because a new OS can come with a more recent version. It can be done without using the imported unit directly, but can be done by copying a known good edition in its project, changing its name and adding it to version control.
Comments
Post a Comment