动态数据交换 (DDE) - 仍然相关吗?
是否有理由在现代 Windows 应用程序中使用动态数据交换 (DDE)?
如果没有,您会使用什么替代技术?
Is there any reason to use Dynamic Data Exchange (DDE) in a modern Windows application?
If not, what alternative technology would you use instead?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
现代代码使用 COM 来实现此目的。有一大堆已定义的 COM 接口,您可以实现它们来接收 DDE 可以提供的那种东西。
Modern code uses COM for this. There is a tall stack of defined COM interfaces that you implement to receive the sort of stuff that DDE can deliver.