A.J. Venter wrote:
There is something wrong in the newer lazarus revisions, it's in TBitmap.inc and it causes the GTK2 IDE to die on startup with the error "Failed to create handles" - ditto for any GTK2 apps compiled with it. I am now reverting to R11800 in the hope of just being able to go on with my project.

Stupid gtk...

The kind of error depends probably on the version of gtk you use. I got a sigabort (but that was pretty esy to debug)

On gtk1 *and* gtk2, you're not allowed to unref (=free) a system visual. I knew about htis, but still called it.
On gtk1 this is ignored, on gtk2 however, they improved this :(

anyway, it should be fixed in r11930

Marc



_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to