Re: [Gtk2forpascal-devel] Examples doesn't work at all!
Brought to you by:
mgaertner
From: Mattias G. <nc-...@ne...> - 2002-07-30 15:28:07
|
On 30 Jul 2002 16:46:57 +0200 Olaf Leidinger <le...@ne...> wrote: > Hello! > > When it isn't a bug why does it work on win32? Is there the linking > order not important? The glib2 bites the ld-linux.so, which win32 does not have. So, it is neither a bug of the compiler, the linker nor the OS. It is 'simply' a linker configuration issue. The gtk2 wants a special linking order under linux. And our problem is that the fpc has no option to put the dynamic linker lib into a custom order. > > > Well, we are working on it. > > > Yep. Maybe I have an idea ... > > What's the idea? Well, playing around with the libs ... > Well I'm creating a sample application that should demonstrate how to > use plugins in a gtk app. Widgets are created using plugin libraries but > for me it seems as if you can open only one library at once. Strange.... Indeed. Mattias |