如何使用JBuddy SDK创建一个简单的雅虎通客户端?

发布于 2024-11-30 15:07:50 字数 367 浏览 4 评论 0原文

我试图找到一个免费的 .NET API,我可以用它来制作消息客户端,经过搜索,我发现它可以使用 JBuddy SDK 来完成。

即时消息 SDK:JBuddy SDK

根据网站的说法,他们制作了一个包装器对于 yahoo Messenger 的 Java API 的 .NET,称为 JBuddy.dll

我下载了 JBuddy 开发工具并得到了 JBuddy.jar,而不是预期的 *.dll。

如何获取 JBuddy.dll 并使用它来制作一个非常简单的 Yahoo Messenger 客户端?

I tried to find a free .NET API which I could use for making a messenger client and after searching I found it can be done using JBuddy SDK.

Instant Messaging SDK : The JBuddy SDK

From what the site says, they made a wrapper for .NET of their Java API for yahoo messenger called JBuddy.dll

I downloaded the JBuddy Developer Tools and got a JBuddy.jar instead of a *.dll as expected.

How can I obtain JBuddy.dll and use it to make a very simple Yahoo Messenger client?

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

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

发布评论

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

评论(2

辞别 2024-12-07 15:07:50

根据我从他们的帮助文件中收集到的信息。您执行 .jar 文件。安装开发工具,您可以在安装程序列表中选择.NET工具。更多信息可在此处入门 PDF

编辑:
自己安装后,我在“驱动器号:\JBuddy\JBuddySDK\lib”中找到了Jbuddy.dll文件
C# 示例可以在“JBuddy\JBuddySDK\demos\C#”中找到。希望有帮助!

From what I gathered from their help files. You execute the .jar file. Install the dev tools and you can select .NET tools in the installer list. More information can be found here Getting Started PDF

Edit:
After installing it myself I found the Jbuddy.dll file in 'Drive letter:\JBuddy\JBuddySDK\lib'
and samples in C# can be found in 'JBuddy\JBuddySDK\demos\C#'. Hope it helped!

凉城已无爱 2024-12-07 15:07:50

我单击下载链接并获取此文件:JBuddyDeveloperTools-6.3.110808.jar。

我双击它,它安装了开发人员工具,以及 dll。

I clicked on the download link and got this file: JBuddyDeveloperTools-6.3.110808.jar.

I double clicked on this and it installed the developer tools, complete with the dll.

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