在linux平台上使用dll win32

发布于 2024-07-16 08:22:21 字数 66 浏览 7 评论 0原文

我想在 Linux 中使用 Win32 的 DLL 库。

我可以使用 Wine 库来做到这一点吗?

I want to use a DLL library for Win32 in Linux.

Can I use a library of Wine to do that?

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

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

发布评论

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

评论(2

Smile简单爱 2024-07-23 08:22:21

您应该能够使用 winelib 来做到这一点。
这里是对著名 WINE 开发人员 Ulrich Weigand 的采访:

  • 我设法让 WineLIB 使用 Windows dll 来播放 VQF。
    您是否预见到人们会使用 WineLIB 在 Linux 中编写需要闭源 Windows dll 的应用程序?
    当然。 在我看来,这是 WineLib 的主要功能之一:您可以使用它将本机 Windows DLL 链接到 Linux 应用程序中。
    我认为有很多例子表明这可能有用; 考虑 ODBC 驱动程序、视频编解码器等。
    (这就是为什么我最近添加了对在 WineLib 应用程序中执行 16 位 DLL 的支持,因为 Win95 驱动程序往往会降级为 16 位......)

You should be able to do that using winelib.
Here is an interview with Ulrich Weigand a prominent WINE developer:

  • I managed one to get WineLIB to use a windows dll for VQF playing.
    Do you forsee people using WineLIB to write applications in Linux that need a closed source windows dll?
    Sure. IMO that's one of the main features of WineLib: you can use it to link native Windows DLLs into Linux apps.
    I think there are lots of examples where this could be useful; think of ODBC drivers, video codecs, etc.
    (That's why I recently added support for executing even 16-bit DLLs inside WineLib apps, because Win95 drivers tend to thunk down to 16-bit ...)
北凤男飞 2024-07-23 08:22:21

仅当您的调用应用程序也是 win32 可执行文件时,您才可以在 WINE 子系统中使用 win32 dll。 否则,您应该拥有 dll 源代码并尝试将它们改编为相应编程语言的 Linux 编译器。

You can use win32 dll in WINE subsystem only if your invoking application is win32 executable too. Otherwise you should have dll sources and try to adapt them for linux compiler of according programming language.

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