D2007在64位Win7出现 delphi 2007 assertion failure thread32.cpp 的解决办法

Workaround steps:

    Close Delphi
    Locate bordbk120N.dll (C:\Program Files (x86)\CodeGear\RAD Studio\6.0\bin)
    Make a backup copy
    Check step 3
    Open bordbk120N.dll in a Hex editor (UltraEdit works fine)
    Search for “01 00 48 74 47 80 3D”
    Make sure this is found once only
    Replace “74” with  “EB”
    Save
    Restart Delphi. Error should be gone

原文地址:https://www.cnblogs.com/jxgxy/p/2725099.html