taglib VB.net 设置
如何设置要使用的 taglib? (进口等) 我下载了 taglib-1.6.3 并将其放在我网站的文件夹中
How do I set up taglib to use? (imports etc.)
I downloaded taglib-1.6.3 and have it in a folder in my website
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我下载了 Windows 版本(http://download.banshee.fm/taglib-sharp/2.0.3.7/taglib-sharp-2.0.3.7-windows.zip)。从Libraries文件夹中提取文件,您应该看到:
将这些文件放在项目中的某个文件夹中,并在中添加对它们的引用您的项目(右键单击 -> 添加引用 -> .NET -> 浏览)。自动完成应该为您找到正确的导入,但我猜测我会尝试:
所有源代码都包含在内,因此您应该能够从那里解决大部分问题。
I downloaded the Windows release (http://download.banshee.fm/taglib-sharp/2.0.3.7/taglib-sharp-2.0.3.7-windows.zip). Extract the files from the Libraries folder and you should see:
Put these in some folder in your project and add a reference to them in your project (right click -> add reference -> .NET -> browse). Autocomplete should work out the right imports for you, but at a guess I'd try:
All the source is included so you should be able to work it out mostly from there.