About Delphi 2007 's several Dongdong

Source: Internet
Author: User

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.