USEGEAR

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

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:\windows\syswow64
3、regsvr32 bordbk105n.dll,,还有一个regsvr32 bordbk105.dll
4、end。goodluck

posted on   USEGEAR  阅读(1442)  评论(0编辑  收藏  举报

编辑推荐:
· Linux系列:如何用heaptrack跟踪.NET程序的非托管内存泄露
· 开发者必知的日志记录最佳实践
· SQL Server 2025 AI相关能力初探
· Linux系列:如何用 C#调用 C方法造成内存泄露
· AI与.NET技术实操系列(二):开始使用ML.NET
阅读排行:
· 【自荐】一款简洁、开源的在线白板工具 Drawnix
· 没有Manus邀请码?试试免邀请码的MGX或者开源的OpenManus吧
· 园子的第一款AI主题卫衣上架——"HELLO! HOW CAN I ASSIST YOU TODAY
· 无需6万激活码!GitHub神秘组织3小时极速复刻Manus,手把手教你使用OpenManus搭建本
· C#/.NET/.NET Core优秀项目和框架2025年2月简报
历史上的今天:
2013-04-10 cxgrid主从表的困惑
点击右上角即可分享
微信分享提示