1. Re: Wrapping GTK+ (partial answer)
[snip]
> I narrowed it down to:
>
> ? open_dll("libgtkxmhtml.so")
> ? open_dll("libgtk.so")
>
> Why these two depend on each other I don't understand.
> Anyway, I hope this helps.
>
I wasn't really following this thread that closely, until I saw this. It
struck a bell in me head, I seem to remember seeing that somewhere. I can't
remember, GTK+ docs, a listserver, or what, but I will try to find it. As I
remember, libgtk.so and libgtkxmhtml.so call EACHOTHER dynamically. I don't
know if Windows even allows that, but it's kind of neat.
Anyways, I'll try and find the information,
Greg Phillips
[snip]