Message-ID: <3EBF5275.30003 at lix.polytechnique.fr> Date: Mon, 12 May 2003 09:51:17 +0200 From: Benjamin Monate MIME-Version: 1.0 To: awolfing Cc: lablgtk Subject: Re: about lablgtk2? References: <20030510065012.20754.qmail at web13609.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit awolfing wrote: >I have compiled the lablgtk2 on win2000 use mingw and >gtk+-2.2.1(download from gimp for win32). >success installed. >but when i use the gtk_file_selection_new(in gcc or >ocaml) ,first it looks ok,when i change the diretory >several times,it will push a message dialog,messages >is: > >Glib-ERROR **:gmem.c:140:failed to allocate 2147483649 >bytes aborting ..... > >but in gtk+-2.0.x it will not produce this. > >something happened to gtk+-2.2.x for win32? >help > > This looks like a Gtk-win32 bug. Lablgtk2 just uses the raw Gtk2 fileselection widget. Could you try to reproduce this in a small C program ? Cheers Benjamin