the good thing about gtkmm is that you don't need to wait.
current stable gtk+ bundle is compiled with msvc-10.0. that means if you
compile gtkmm against that bundle with msvc-10.0 you got your own build.
this is true because I compiled my own gtkmm in visual studio 2013 so I can
tell you with confidence that building gtkmm is a trivial task once you
have the right GTK+ stack compiled with the same version of compiler.
otherwise it won't work of course.


On Thu, Aug 7, 2014 at 5:02 PM, 黄羽众 <ih...@163.com> wrote:

> Recently, I am quite enjoy coding in OOP style with gtkmm, and my
> application works on Linux very well, even some friends using windows ask
> me for it.
>
> But here comes the problem that I find it quite difficult to complie
> gtkmm3 applications on windows, even I can't find a binary gtkmm3 windows
> bundle.
>
> I search in mail list, and find some volunteer just make a GTK3 windows
> bundle recently.
>
> GTK's developer accept it and post it on official site.
> http://www.gtk.org/download/win32.php
>
> But gtkmm's official site still only have the gtkmm2 bundle.
> http://www.gtkmm.org/en/download.html
>
> And it said "We will update this page soon as binary packages for gtkmm 3
> become available."
>
> So I am quite look forward for a day that release the gtkmm3's binary
> packages. I believe many friends need this.
>
>
>
> _______________________________________________
> gtkmm-list mailing list
> gtkmm-list@gnome.org
> https://mail.gnome.org/mailman/listinfo/gtkmm-list
>
>
_______________________________________________
gtkmm-list mailing list
gtkmm-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to