对“g_Templates”的未定义引用

发布于 2024-12-15 06:44:46 字数 263 浏览 0 评论 0原文

我正在尝试使用 MinGW 为我的应用程序编译 ASIO,但我不断遇到对 'g_Templates''g_cTemplates''vtable for AsioDriver 的未定义引用'。我正在链接 -lole32 -luuid。我需要哪些额外的库来编译它?

Google 发现这是一个 DirectShow 过滤器,但 MinGW 应该能够针对 DirectShow 进行编译。

I am trying to compile ASIO with MinGW for my application, but I keep running into undefined reference to 'g_Templates', 'g_cTemplates', and 'vtable for AsioDriver'. I am linking with -lole32 -luuid. What additional libraries do I need to compile this?

Google found that this is a DirectShow filter, but MinGW should be able to compile against DirectShow.

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

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

发布评论

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

评论(1

故笙诉离歌 2024-12-22 06:44:46

我通过下载Windows SDK并自己将DirectShow基类编译到strmbase.lib中解决了这个问题。

I solved the problem by downloading Windows SDK and compiled the DirectShow base classes myself into strmbase.lib.

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