Code:

REGEDIT4

[HKEY_CURRENT_CONFIG\Display\Settings]

"BusThrottle"="on"

 

 

Если не помогает, то попробуйте добавить в system.ini:

 [Display]

"BusThrottle"="On"

Эта проблема устранена в Delphi 4sp3.

Надо уменьшить степень аппаратного ускорения графики в свойствах компьютера

 

 

 

 

 

- в /help/delphi3.cfg добавить строку типа

:index Win32=Win32.hlp

она должна быть добавлена перед строкой

:Link win32.hlp

- стереть delphi3.gid

- запустить Help и получать удовольствие

 

В delphi3.cnt тоже нужно строчку добавить:

:include win32.cnt


Взято с сайта https://blackman.wp-club.net/

 

Occasionally in Delphi 5 the IDE will 'disappear'. This is to say you will launch Delphi, and most or all of your IDE will not be visible. Delphi is clearly running and working, as you can still use your hot keys and run and compile a program, you just can't see such useful items such as the object inspector or your component tool bar. This is caused by Delphi saving bogus information in its desktop preference files, or '.dsk' files. Delphi saves information about your environment options and settings in these files. In order to see your IDE again, all you need to do is delete these offending files. This will in no way harm Delphi or your project, as Delphi will dynamically generate these files as it needs them. You will however lose any environment settings that you had set previously.

 

Дельфи до 6й версии неправильно распознают профили пользователей в 2000/XP. Надо установить Дельфи под тем пользователем под которым будете его использовать.

 

Автор Mikel

Взято с Vingrad.ruhttps://forum.vingrad.ru

 

 

On one project, the IDE insists on highlighting the incorrect line for different conditions. For example, when a syntax error is highlighted, the line above the error is highlighted or when I set breakpoints by choosing a blue dot in the gutter, it does not "line up" with the text line. How can I fix this? This condition is usually caused by opening the file in a different editor than the editor provided by the IDE. If a line of code is somehow modified and then saved back to the disk using only a carriage return for a line terminating character (instead of a carriage return + line feed sequence), the IDE may get confused. To fix the problem, load the file into an editor that will save each line with a carriage return + line feed sequence. Примечание от Vit: ошибка исправлена в Дельфи 7.

 

Windows NT and 2000:

Most likely Delphi was installed by an administrator or a user with administrator rights and the user currently logged on does not have administrator rights. The component library is failing to load because it does not have the registry keys available that indicate where the packages are located. Install first as Admin, then do a 'Registry Settings Only' install for each user to get all the necessary DLL's and registry key entries to run Delphi under a specific user profile.

 To do this login as the user and run the Delphi install. Around 3 screens in you'll get to the screen where you need to choose the install directories. At the bottom of this screen is a check box to select for Registry Settings Only. Complete the install as usual. It should be much faster since no files are copied. 

 If it looks like the components are there but the bitmap images are missing then try unistalling and reinstalling each package. This can be done very easily by going into the Delphi menu option Component | Install Packages. Uncheck each of the packages and then check it again. Say "Yes" to any message boxes that appear asking about the removal of related packages. I recommend you start by removing "Borland Database Components" since this will remove several others as well. 

 

  После горячейперезагрузкикомпьютера Delphi 7 призапускесталавыдаватьтакоеокошечко: 

 error        

Переустановканепомогла. Подскажите, какрешитьпроблему.

 

1. СфайломчисткиреестрасоседствуетпрограммарегистрацииD7Reg.exe. Онаипозволяетввестиключзаново.

2. Вообщеможнопростоодинразсохранитьфайлыиз c:\Documents and Settings\username\.borland\ ижитьспокойно 

Взято из https://forum.sources.ru