使用 wiaut.dll 的 VB6 应用程序可以在 Windows Vista 或 7 上运行吗?

发布于 2024-08-30 07:42:27 字数 305 浏览 5 评论 0原文

我从 Windows 下载了可再发行的 Windows 图像采集自动化层 sdk,并且我编写的用于从 DSLR、wia 兼容相机捕获静态图像的 VB6 应用程序在 Windows XP 上运行得很好。

相同的应用程序可以在 Windows Vista 或 7 上运行吗?微软表示,“Windows 图像采集自动化库 v2.0 仅在安装了 Service Pack 1 的 Windows XP 上受支持。”但是这些 API 是否可以在较新的操作系统上工作?我真的不想用 C++ 重写整个内容...

如果我想继续使用 VB6 但想支持更新的操作系统,还有其他选择吗?

I downloaded the Windows Image Acquisition Automation Layer sdk redistributable from Windows and the VB6 app I wrote to capture still images from a DSLR, wia-compliant camera works great on Windows XP.

Will the same app work on Windows Vista or 7? Microsoft says, "Windows Image Acquisition Automation Library v2.0 is only supported on Windows XP with Service Pack 1 installed.", but will the APIs work on newer OSs nonetheless? I really don't want to re-write the whole thing in C++ ...

Is there any other option available to me if I want to keep using VB6 but want to support newer OSs?

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

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

发布评论

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

评论(1

我做我的改变 2024-09-06 07:42:27

听起来您可以使用它,但视频支持已删除< /a>:

WIA 1.0 是在 Windows Me 和 Windows XP 中引入的,支持扫描仪、数码相机和数字视频设备。 WIA 2.0 随 Windows Vista 一起发布。 WIA 2.0 面向扫描仪,但继续通过 WIA 服务提供的 WIA 1.0 到 WIA 2.0 兼容层为旧版 WIA 1.0 应用程序和设备提供支持。但是,Windows Vista 的 WIA 中删除了视频内容支持。我们建议将来的数码相机和数字视频设备使用 Windows 便携式设备 (WPD) API。 Windows Vista 和 Windows 7 仍直接支持 WIA 1.0 和 STI TWAIN 驱动程序以及本机 WIA 2.0 设备驱动程序和成像应用程序。

Sounds like you could use it but video support has been removed:

WIA 1.0 was introduced in Windows Me and Windows XP and supports scanners, digital cameras and digital video equipment. WIA 2.0 was released with Windows Vista. WIA 2.0 is targeted towards scanners but continues to offer support for legacy WIA 1.0 applications and devices through a WIA 1.0 to WIA 2.0 compatibility layer provided by the WIA service. However, video content support was removed from WIA for Windows Vista. We recommend Windows Portable Devices (WPD) API for digital cameras and digital video equipment in the future. WIA 1.0 as well as STI TWAIN drivers are still supported directly on Windows Vista and Windows 7 alongside native WIA 2.0 device drivers and imaging applications.

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