librsvg 库在发布模式下崩溃
最近我一直在尝试编写一个绘制SVG图片的应用程序。我正在使用 librsvg 库来执行此操作。我在某处找到了一个静态库文件“librsvg-2.dll.a”,它似乎可以解决问题。
问题是它在 rsvg_init() 函数调用的释放模式下崩溃。我不知道如何应对。也许任何人都可以分享他们的经验。
recently I've been trying to write an application that draws SVG pictures. I'm using librsvg library in order to do so. I found a static library file "librsvg-2.dll.a" somewhere and it seemed to do the trick.
The problem is that it crashes in release mode on rsvg_init() function call. I have no idea how to cope with that. Perhaps anyone is able to share their experience.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好的,这个问题解决了。我设法在 Visual Studio 2005 中构建 .lib 文件,它成功了。
Ok, this issue is solved. I managed to build the .lib file in Visual Studio 2005 and it did the trick.