找不到喷气发动机
我正在尝试在 Delphi 7 中调试 Delphi 应用程序。
我收到错误“找不到 Jet Engine v3.5
我下载并安装了 Microsoft Jet Engine v 3.5 ,但这并没有解决问题
请帮助解决错误
谢谢 >
I'm trying to debug Delphi application in Delphi 7.
I'm getting error " Jet Engine v3.5 not found
I downloaded and installed Microsoft Jet Engine v 3.5 , but this didn't solve the problem
Please help with error
Thank you in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您使用的 Windows 版本是什么? (XP 屏幕 - 感谢 DR-)
更新适用于您的系统版本的 MDAC。它包括使用 Jet Engine 的所有库。这不正常,所有现代操作系统都包含这个库。
Microsoft 有一个名为 Component 的旧实用程序检查器,执行它来获取系统中安装的库的版本。
您可以阅读如何检查MDAC版本文档,其中有一些相关说明。
问候。
What version of Windows are you working? (XP for the Screen -thanks DR-)
Update the MDAC for your system version. It include all the libraries for use Jet Engine. It's not normal, all the modern operating systems include this libraries.
There are a old utility from Microsoft called Component Checker, execute it to get the version of libraries installed in your system.
You can read the How to check for MDAC version document, which have some words about it.
Regards.
此外,您还可以查看 MSDN 中的这两篇文章:
如何确保正确安装 Jet 3.5(第一部分) )
如何确保正确安装 Jet 3.5(第二部分)
此致。
Additionally you can check these two articles from MSDN:
How To Ensure Jet 3.5 Is Installed Correctly (Part I)
How To Ensure Jet 3.5 Is Installed Correctly (Part II)
Regards.