如何将 GraphEdit 连接到我的应用程序的图表

发布于 2024-09-05 16:04:04 字数 189 浏览 5 评论 0原文

我正在尝试弄清楚如何让 GraphEdit 从我的应用程序向我显示我的运行图。我运行 Windows 7 64 位。

在 directshow sdk 示例中,它们有一个用于注册 rot 的位置。我在 M$ 的网站上读到我需要注册 droppage.dll(现在记不起确切的名称)。所以我就这样做了,但仍然没有骰子。

有什么想法吗?

I am trying to figure out how to get GraphEdit to show me my running graph from my app. I running windows 7 64bit.

In the directshow sdk samples they have a spot for registering with the rot. I read on M$'s site that I needed to register the droppage.dll(cant recall the exact name right now). So I did that, but still no dice.

Any idea's?

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

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

发布评论

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

评论(1

物价感观 2024-09-12 16:04:04

请记住,在 64 位计算机上,您需要为 64 位应用程序使用 64 位 graphedt 和 64 位 proppage.dll(对于 32 位应用程序则需要使用 32 位 graphedt/proppage)。如果您在 VS 中处于管理模式,那么您需要在 graphedt 中处于管理模式。

Remember that on a 64-bit machine, you will need to use the 64-bit graphedt and 64-bit proppage.dll for your 64-bit app (and 32-bit graphedt/proppage for a 32-bit app). And if you are in admin mode with VS, you will need to be in admin mode for graphedt.

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