在 Excel/VBA 中使用 Zeromq
我对 Zeromq 非常陌生,我想知道是否有任何在 excel/vba 中使用 Zeromq 的示例?我猜我们可以使用 C#/.net 绑定或 VC++ 并创建一个 dll 并让 excel 调用它?我尝试谷歌搜索,但没有找到任何例子。 (我是一名老C++ linux 编程人员,几乎对windows 编程一无所知)
任何帮助我入门的帮助都会非常有用。
I am super new to zeromq and I am wondering if there's any example out there which uses zeromq in excel/vba? I am guessing that we can use a C#/.net binding or VC++ and create a dll and have excel to call it? I tried googling and did not find any example out there. (I am an old C++ linux programming and have almost no idea about windows programming)
Any help in getting me started would be super useful.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可能对此感兴趣 http://msdn .microsoft.com/en-us/library/aa140061%28v=office.10%29.aspx
this might be interesting to you http://msdn.microsoft.com/en-us/library/aa140061%28v=office.10%29.aspx
为此使用 .net 绑定应该非常简单。我建议在 Zeromq-dev 邮件列表或 #zeromq irc 频道上询问,在那里你会得到更多关于这个问题的关注。
It should be quite simple to use the .net binding for this. I'd suggest asking on the zeromq-dev mailing list or the #zeromq irc channel, where you'll get more eyeballs on this question.