By the way, you're looking into the gtkmm3 tutorials, but for windows there's only the previous version at the moment.
On Sat, Oct 15, 2011 at 4:29 PM, lecas malecas <[email protected]> wrote: > In code blocks: > > go project -> build options > > on compiler settings -> other options write: > > `pkg-config --cflags gtkmm-2.4 --libs gtkmm-2.4` > > and write the same in linker settings -> other linker options > > Then on search directories in both the compiler and linker tab, add > the directory where you installed gtkmm. > > (for example, in my case c:\gtkmm) > > That's it. > > On Sat, Oct 15, 2011 at 6:33 AM, Alec Taylor <[email protected]> wrote: >> Good afternoon, >> >> How do I setup GTK-- in Visual Studio 2010? >> >> This guide didn't work: http://live.gnome.org/gtkmm/MSWindows/UsingMSVC >> >> Not even when I used the new example: >> http://developer.gnome.org/gtkmm-tutorial/unstable/sec-helloworld.html.en >> >> I installed GTKmm using >> http://ftp.gnome.org/pub/GNOME/binaries/win64/gtkmm/2.22/gtkmm-win64-devel-2.22.0-2.exe >> >> I even tried extracting this: >> http://ftp.gnome.org/pub/GNOME/sources/libxml++/2.34/libxml++-2.34.2.tar.bz2 >> to the same directory... to no avail >> >> Please help me get GTK-- compiled and working in Visual Studio 2010. >> >> Thanks for all suggestions, >> >> Alec Taylor >> >> PS: I'm happy to use Code::Blocks instead, if you can show me how >> _______________________________________________ >> gtkmm-list mailing list >> [email protected] >> http://mail.gnome.org/mailman/listinfo/gtkmm-list >> > _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
