zoukankan      html  css  js  c++  java
  • D2007在win7下bordbk105N.dll 莫名其妙的问题。

     

    已经装过一次win7下d2007.再装一次就出现许多莫名其妙的问题。其中之一:

    Windows 7 64bit Delphi Debugger Fix / Workaround

    I found a thread about how to fix (ok not official) the Debugger if you run Delphi 2007 or Delphi 2009 on Windows 7 with 64bit. This is from a german Delphi Forum the one of the best forums in the world.

    So i tanslated in english:

    IT IS YOUR RISK TO DO THIS!!!

    1) bordbk***.dll ( bordbk105N.dll – Delphi 2007; bordbk120N.dll – Delphi 2009)

    open with HexEditor (make a copy first!!)

    2) Search  HEX 01 00 48 74 47 80 3D

    3) there is only one(!) HEX 01 00 48 74 47 80 3D  !!!

    4) change 74 to EB

    5) save

    that’s all. now the debugger runs on Windows 7 64bit.

    This small hack, change a conditional Jump (JZ also 0×74) in a unconditional jump (JMP or oxEB) so the GetLastError will not be called and the Debugger is not haging in a lock situation.

    there is also a thread in english much more details on this .

    and thanks to olaf monien for infos

    reagards

    daniel magin

    Think Delphi!

    on the you can find now a automatic patch tool. it makes the changes for you with one click.

    Thank you vary much for sharing the knowledge. This thing drives me crazy. I forgot how bad things are without debugger.

    That’s the way of delphi community

    Think Delphi!

     ==============
    如果你怕麻烦,请这里下载bordbk105N.dll。   链接:http://pan.baidu.com/s/1eQ5yuNC 密码:pnp4
    到这里还没完win7 64的注意了:
    1、以管理员身份运行cmd;
    2、进入目录:cd c:windowssyswow64
    3、regsvr32 bordbk105n.dll,,还有一个regsvr32 bordbk105.dll
    4、end。goodluck
  • 相关阅读:
    GEF: 图形拖拽处理
    【矩阵快速幂】bzoj1297 [SCOI2009]迷路
    【扩展欧几里得】NOIP2012同余方程
    【高精度乘法】NOIP2003麦森数
    【数论·错位排列】bzoj4517 排列计数
    【数论】Lucas
    【NOIP2012】疫情传递
    【NOIP2012】旅行计划
    【Manacher算法】求最长回文串的优秀算法
    【Tarjan】洛谷P3379 Tarjan求LCA
  • 原文地址:https://www.cnblogs.com/usegear/p/4413636.html
Copyright © 2011-2022 走看看