错误 424 对于 Windows 7 上的 VB6 产品,而非 XP
我创建了一个 Visual Basic 6 应用程序,它可以在我的 Windows XP 计算机上顺利运行,但每次我在 Windows 7 计算机上尝试它时,都会收到 424(需要对象)错误。
我尝试使用兼容模式并在安装过程中将必需的 OCX 发送到 {sys} 文件夹,但无济于事。
非常感谢。
I created a Visual Basic 6 application that runs without a hitch on my Windows XP machine, though every time I try it on my Windows 7 machine, I receive a 424 (object required) error.
I've tried using compatibility mode and sending the requisite OCXs to the {sys} folder during setup, but to no avail.
Thanks much.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
OCX 文件也需要注册。
此外,可能还有比 {sys} 文件夹更好的位置。
The OCX files also need to be registered.
Also there is probably a better place for them than the {sys} folder.