librsvg 库在发布模式下崩溃

发布于 2024-08-21 18:22:58 字数 161 浏览 4 评论 0原文

最近我一直在尝试编写一个绘制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 技术交流群。

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

发布评论

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

评论(1

べ映画 2024-08-28 18:22:58

好的,这个问题解决了。我设法在 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.

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