Speed ​​up to Delphi 2005 for Win32

xiaoxiao2021-03-06  72

Speed ​​up to Delphi 2005 for Win32

Note that this is only valid for Win32.

If you just want to develop Win32 programs with Delphi 2005, then remove Delphi 2005 in the registry, use .NET reference, Delphi 2005 can be as fast as Delphi 7's running speed

STEP 1

--------

Shield the value of the following registry

HKEY_CURRENT_USER / SOFTWARE / BORLAND / BDS / 3.0 / KNOWN IDE Assemblies.

Note: Shield is simple to delete

STEP 2

--------

Shield the value of the following registry

HKEY_CURRENT_USER / SOFTWARE / BORLAND / BDS / 3.0 / KNOWN IDE PACKAGES,

The following except:

$ (BDS) /bin/coreproide90.bpl

$ (BDS) /bin/delphide90.bpl

$ (BDS) /bin/delphivclide90.bpl

$ (Bds) /bin/refactoride90.bpl

$ (Bds) /bin/todoide90.bpl

$ (Bds) /bin/vclmenudesigner90.bpl

$ (BDS) /bin/win32debugide90.bpl

$ (Bds) /bin/win32debugproide90.bpl

Note that this is based on the minimum list of my personal needs, you may need some other BPL support.

STEP 3

--------

Run Delphi 2005 and go to menu Component-> Install Packages ...

Paste the packages you don't need (this is not related to .Net, but generally waste memory and increase the start time), I just left "Borland Standard Components", "Borland

Database Components, and several other, set the selection of that default, press OK to save exit.

STEP 4

--------

Remove the .NET Framework, .NET Framework SDK, each Visual J # one with .NET

STEP 5

--------

I wish you good luck, you can now develop your Win32 program with Delphi now.

Reference from Alvaro

If you have already run to D2005, you need to open the registry and remove HKEY_CURRENT_USER / SOFTWARE / BORLAND / BDS / 3.0.

Actually my own computer setting is (because I want to use Dunit, but also watch the CPU assembly code):

Windows Registry Editor Version 5.00

转载请注明原文地址:https://www.9cbs.com/read-88057.html

New Post(0)