Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Let me start that you cannot seriously expect a 2001 software development product like Delphi 6 to fully work with a 2009 operating system like Windows 7 that has since then undergone major structural changes.</p> <p>Development products by nature work at the edge (usually cutting, sometimes turning into bleeding) of what is possible at the operating system versions that were current at their time.</p> <p>Changes in operating systems sometimes cause software to stop working, or to limit their functionality. This is more so for development software.</p> <p>In this case, major changes introduced since Windows Vista, like UAC, session management, video output and task bar management will affect your Delphi experience.</p> <p>That is one of the reasons that Delphi 2007 got released with 2006 backward compatibility: to solve many of those problems.</p> <p>That said, there are basically three options for you:</p> <ul> <li>run Delphi under a Windows XP virtual machine (in Windows 7, you can use <a href="http://www.microsoft.com/windows/virtual-pc/download.aspx" rel="nofollow">XP mode</a> for free if you have Windows 7 Professional, Enterprise or Ultimate, or something commercial like <a href="http://en.wikipedia.org/wiki/VMware_Workstation" rel="nofollow">VMware workstation</a>/<a href="http://en.wikipedia.org/wiki/Vmware_player" rel="nofollow">player</a>, <a href="http://en.wikipedia.org/wiki/Virtual_pc" rel="nofollow">Virtual-PC</a>, <a href="http://en.wikipedia.org/wiki/VirtualBox" rel="nofollow">link text</a>VirtualBox and others in Windows 7, or </li> <li>learn about UAC and other new features, and how they influence software in general, and more specifically software development environments; then install Delphi 6 working around parts of the limitations and live with the remaining limitations</li> <li>upgrade to a newer Delphi version: Delphi XE (unicode) works fine, and gets you a free Delphi 2007 (non-unicode) which works nicely as well</li> </ul> <p>--jeroen</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload