Re: GLib and 64-bit Windows

2007-03-26 Thread Jonathan Chambers
I just wanted to post on this thread again to see where things stand. Jake, are you working on this still, and planning on sending in any patches? If not, I may begin to take a shot at getting current branch code to compile on Win64. I have the mono runtime semi-ported to Win64, so glib is what I

Re: Cairo Crash when Displaying Remotely to Solaris 8

2007-03-17 Thread Jonathan Chambers
Hi, I see the same exact problem. I see it with Gtk or mono System.Windows.Forms apps, both of which use cairo. I do not see it with Qt apps, so I am fairly certain this is a cairo issue (perhaps endianess?). - Jonathan On 3/17/07, Richard Boaz <[EMAIL PROTECTED]> wrote: Hi, My program is

Re: GLib and 64-bit Windows

2007-03-05 Thread Jonathan Chambers
Very unfortunately no. You can use the capital case windows defines, INT_PTR, etc, or ship a version of to use in VS ( http://www.azillionmonkeys.com/qed/pstdint.h). - Jonathan On 3/5/07, Tor Lillqvist <[EMAIL PROTECTED]> wrote: > It's almost like there should be a full-width type, one that i

Re: GLib and 64-bit Windows

2007-03-05 Thread Jonathan Chambers
Just wanted to note that I am interested in this topic as well, as I am trying to port mono (which depends on glib) to Win64. I just contacted Tor about this a week ago offline. I saw this thread searching the web, and just joined the list. Jake, if you want/need any help with anything let me kno