需要 comdlg32.ocx 的 VB6 应用程序,在 Windows Server 2008 上运行

发布于 2024-08-05 16:44:56 字数 85 浏览 6 评论 0原文

我有一个旧版 vb6 应用程序需要在 server 2008 计算机上运行。 我无法让 comdlg32.ocx 注册,这是应用程序所依赖的。有什么建议吗?

I have a legacy vb6 application that needs to run on a server 2008 machine.
I have been unable to get comdlg32.ocx to register, which the application depends on. Any suggestions?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

冰魂雪魄 2024-08-12 16:44:57

如果您不想费心复制和注册 comdlg32.ocx 文件(您可能仍然需要管理员权限),请查看以下项目,该项目显示了如何使用通用对话框(打开并保存)而不使用 ocx 文件,因此无需注册它。它直接使用 comdlg32.dll 和 API,该 API 已安装在 Windows 上!
http://www.soft-hummingbird.com/Tutorial_VB_ComdlgAPI.php?lang=en

文件备份器是一个很好的软件,它使用的正是这个:
http://www.soft-hummingbird.com/File_Backupper.php?lang=en

If you do not want to bother about copying and registering the comdlg32.ocx file (for which you might need administrator rights anyway), check out following project, that shows how you can use the common dialog box (open and save) without using the ocx file and thus without need of registering it. It uses the comdlg32.dll directly with APIs, which is installed already on windows!
http://www.soft-hummingbird.com/Tutorial_VB_ComdlgAPI.php?lang=en

The File Backupper is a nice peace of software, that uses exactly this:
http://www.soft-hummingbird.com/File_Backupper.php?lang=en

睡美人的小仙女 2024-08-12 16:44:56

嗯,此链接对您有帮助吗?

我唯一的其他建议是,通常 dependency walker 在此类情况下很有用,特别是如果您正在运行64 位操作系统上的此 vb6 应用程序然后注意 comdlg32.ocx 是否将其所有依赖项都作为 32 位库呈现。

Hmm, does this link help you at all?

My only other suggestion is that often dependency walker is useful in these sorts of situations, in particular if you are running this vb6 application on a 64 bit OS then pay attention to whether or not comdlg32.ocx has all of its dependencies present as 32 bit libraries.

浮生面具三千个 2024-08-12 16:44:56

显而易见,但是您是否以管理员身份运行 Regsvr32?

The obvious, but are you running Regsvr32 as an Admin?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文