D2007在win7下bordbk105N.dll 莫名其妙的问题。
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!
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 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主从表的困惑