1

我正在学习 c++ 并希望绘制几何图形以更好地享受这个过程并测试我的脚本。我搜索了一个用 c++ 绘制矢量的库,发现 Cairo 在这个网站上得到了强烈推荐。我继续下载了 Cairomm 附带的 Gtkmm 并安装了它。到目前为止,我使用了这个 aweomse 教程:

https://live.gnome.org/gtkmm/MSWindows/UsingMSVC

我遵循了这些步骤,但我认为本教程可能已经过时,或者使用 gtkmm-vc100-d-2_4.props 的 MSVC 2012 上的步骤之一可能存在问题(这可能仅在 MSVC 2010 上受支持)。总的来说,我真的很想开始,但我对此很陌生,而且非常困惑。

4

3 回答 3

2

It seems the current latest Project property file is not supported with Visual Studio 11 (2012). I should have known that with the file name being, 'gtkmm-vc100-2_4'.

It works perfectly with VC10 so I reverted to using that for the time being.

于 2013-04-16T17:16:52.417 回答
0

我在 Widnows 7 x64(包括 cairo 和其他)上为 Visual Studio 编译了 gtkmm3,看到这个

于 2015-02-22T22:04:57.130 回答
0

我有一个基于 CMake 的项目,用于在MSYS2之上构建 gtkmm(它曾经使用OBS)。它可以与CMake支持的任何版本的 Visual Studio以及普通的 makefile 和jom makefile 一起使用。

于 2015-04-28T20:20:37.723 回答