blogslibv_8.3 在 Visual c++ 中链接库; 2008年
谁能给我构建包含 vc++ 2008 版代码的 blogslib 库的过程?
官方文档给出了 vc++ 2006 的版本。
谢谢。
Can anyone give me the procedure for building a blogslib library containing code in vc++ 2008 edition?
The official documentation gives it for vc++ 2006.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在我的回答中,我认为您指的是 cvBlob 库而不是博客库。如果我听错了就无视我。
我没有使用过该 blob 库,但似乎您需要将已编译的 lib 文件添加到项目的链接器中(链接器->输入)(并且还要检查您是否在其中设置了其他路径,以便它可以在正确的目录中找到它(链接器 - >常规))
您也可以尝试 - cvBlob(通过谷歌搜索找到链接) - 只需将 2-3 个文件包含到您的项目中并编译。我在我的项目中使用了它 - http://www.youtube.com/watch?v=9o4Dcr0t_nI
如果您需要任何其他帮助,请随时询问。
In my answer I presume you mean cvBlob library not Blog one. If I got it wrong then ignore me.
I haven't used that blob library but it seems that you need to add the lib file that you have compiled into the Linker of your project (Linker->Input) (and also check if you have the additional paths set in there so it can find it in the right directory (Linker->General))
You can also try - cvBlob (google it to find the link) - just include 2-3 files to your project and compile. I used that for my project - http://www.youtube.com/watch?v=9o4Dcr0t_nI
If you need any other help feel free to ask.