The delphi tag has no wiki summary.
1
vote
3answers
222 views
How to replace-live a win32 exe being used by many users in Windows Server 2008?
I have an internal intranet application as a exe file (win32, written in Delphi).
I regularly update it with new features and patches.
Many people are accessing the same exe (using it with remote ...
1
vote
5answers
683 views
Virtual machine : is it possible to run a 32 bits guest OS on a 64 bits host OS?
I am a software developer, and I need to use old version of Borland/Embarcadero Delphi 7 for one software. The others ones are PHP software.
I will have soon a 64 bits PC, running Linux, but I need a ...
2
votes
1answer
1k views
Windows 7 security model - differences between Windows XP and Active Directory
I have a Delphi procedure to validate user credentials on my system integrated with Active Directory.
On Windows XP/2000, when the user presents invalid credentials, the program/system performs as ...
1
vote
7answers
2k views
Crash when attempting to install 32bit delphi service on 2008 r2
I have an old 32bit delphi application (with no source code), that is used as a windows service. It runs fine on windows 2003 32bit.
I do not know if it has been created as a service originally, or ...