Re: GTKmm Windows - Glibmm KeyFile Problem

2008-10-04 Thread John Hobbs
It's at work, so I can't be 100% sure, but it's the one that I got with Dev-C++, which it says is "Mingw/GCC 3.4.2" on the site. As for Gtkmm I pulled the one from: http://ftp.gnome.org/pub/GNOME/binaries/win32/gtkmm/2.14/gtkmm-win32-devel-2.14.1-2.exe I'll try using the newer gcc, the one listed

Gtkmm-forge Digest, Vol 29, Issue 2

2008-10-04 Thread gtkmm-forge-request
Send Gtkmm-forge mailing list submissions to [EMAIL PROTECTED] To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/gtkmm-forge or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED] You can reach th

Re: Gtkmm Windows installers available

2008-10-04 Thread Urs Stotz
On Fri, Oct 03, 2008 at 10:50:10PM +0200, Armin Burgmeier wrote: > On Fri, 2008-10-03 at 18:14 +0200, Murray Cumming wrote: > > On Fri, 2008-10-03 at 13:55 +0200, Armin Burgmeier wrote: > > > On Thu, 2008-10-02 at 18:49 -0400, Philip Kovacs wrote: > > > > On the "Building gtkmm on Windows" web page

Re: Access to raw pointer in Glib::RefPtr

2008-10-04 Thread Paul Davis
On Sat, 2008-10-04 at 12:20 +0200, Germán Diago wrote: > Hello, I want to return a T & from Glib::RefPtr. How can I do it? I > didn't find a way to do it. You don't want do to that. Revise your plans :) --p ___ gtkmm-list mailing list gtkmm-list@gno

Gtkmm-forge Digest, Vol 29, Issue 1

2008-10-04 Thread gtkmm-forge-request
Send Gtkmm-forge mailing list submissions to [EMAIL PROTECTED] To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/gtkmm-forge or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED] You can reach th

Access to raw pointer in Glib::RefPtr

2008-10-04 Thread Germán Diago
Hello, I want to return a T & from Glib::RefPtr. How can I do it? I didn't find a way to do it. Thanks in advance. ___ gtkmm-list mailing list gtkmm-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtkmm-list

Re: GTKmm Windows - Glibmm KeyFile Problem

2008-10-04 Thread Damon Register
Armin Burgmeier wrote: On Fri, 2008-10-03 at 17:09 -0500, John Hobbs wrote: If the KeyFile doesn't exist, I want to start a config screen and make one. Problem is, I can't catch anything from load_from_file, it just seems to blow up. I ran into the same thing a few months ago. What c

Re: Gtkmm Windows installers available

2008-10-04 Thread Armin Burgmeier
On Fri, 2008-10-03 at 18:06 -0400, Philip Kovacs wrote: > * Murray Cumming <[EMAIL PROTECTED]> [2008-10-03 18:14:15 +0200]: > > > > > "The MSVC++ DLLs have been built with Visual C++ 2005 and are linked to > > > > the > > > > MS C/C++ runtime DLLs: MSVCR80.DLL / MSVCP80.DLL." > > > > > > It's a

Re: Gtkmm Windows installers available

2008-10-04 Thread Armin Burgmeier
On Sat, 2008-10-04 at 06:15 +0200, Murray Cumming wrote: > On Fri, 2008-10-03 at 22:50 +0200, Armin Burgmeier wrote: > > Yes. We will have to think of a naming convention for those binaries. > > gtkmm-2.4-vc9.dll? (in contrast to gtkmm-2.4.dll for VS 2005, which we > > might then rename to gtkmm-2.

Re: Gtkmm Windows installers available

2008-10-04 Thread Armin Burgmeier
On Fri, 2008-10-03 at 15:13 -0400, Jam wrote: > Damon Register wrote: > > Jamiil wrote: > >> Before installed the the bellow suggested gtkmm installer I did a > >> compilation of a small application I am working on, however, after > >> installing your 'installer', I am getting a lot of compilatio

Re: GTKmm Windows - Glibmm KeyFile Problem

2008-10-04 Thread Armin Burgmeier
On Fri, 2008-10-03 at 17:09 -0500, John Hobbs wrote: > Hello all, > > I just started working with Gtkmm on Windows a few days ago, and I > can't get Glib::Keyfile to work properly. > > If the KeyFile doesn't exist, I want to start a config screen and make > one. Problem is, I can't catch anythin