Delphi These years change really fast, not only by the company Borland Peel out to CodeGear, version also from 2005->2006->2007 every year.
But Delphi2007 should be a trans-era product, although it's not very big compared to Delphi2006, but there are a lot of new places. Specific
The Earth people know, I will not say.
But the new things always have a lot of support to catch up with the problem.
1. Version problem
The current Delphi2007 version is mainly the ISO on the donkey, there is an Enterprise edition, and a compact version
2. Solve the problem, basically is to use D2007TWeaks.exe to crack.
3. Change the installation problem
I can't do this every time I change my configuration, because some versions of the startup files are "BDSLauncher.exe" and some versions are "Bds.exe", delphi2007 Modify the installation
"Bds.exe" will be deleted, so the "Bds.exe" file is backed up so that it can be copied back in time.
4.DBExpress problem
Because I used or mysql4.xx, with Delphi2007 from the "Dbxmys30.dll" is not, you need to "DbxmysA30.dll" modified to "Dbxmys30.dll" can be.
The problem of 5.DevExpress Expressbar
Under the Delphi2007 expressbar menu can not refresh, this need to modify the source code.
Old
If Finrepaint Then
Begin
Windows.invalidaterect (Handle, @AItemRect, False);
Finrepaint: = False;
Windows.updatewindow (Handle);
Exit;
End
New
If Finrepaint Then
Begin
Windows.invalidaterect (Handle, @AItemRect, False);
Finrepaint: = False;
Windows.updatewindow (Handle);
End
Original website: http://hi.baidu.com/sun%5Fraining61/blog/item/6f051edfc75b0812485403fd.html