On Sun, 3 Nov 2002 21:40:27 +0800 (CST)
Zhong Wang <wan...@ya...> wrote:
> Hi, Mattias
> I am afraid it's not the mixing of gtk1 and gtk2
> libs, because I am using redhat 8.0, gtk2 libs+gnome2.
I don't know why this has anything to do with rh8.0.
I tested on rh8.0 and got the same results.
Your unit uses 'gtkhtml':
const
gtkhtmllib = 'gtkhtml';
{ I have make a link in /usr/lib to
libgtkhtml.so.20, I am sure
the gtkhtml is encapsulated in this lib because I
used hexedit
to search "gtk_html_get_type" }
libgtkhtml.so.20 is the gtk1 version of gtkhtml. You can see this with
ldd.
I think, the version for gtk2 is libgtkhtml-2.so.
I tried to compile with this version, but I got a linker error, because
some functions does not exists. For example gtk_html_new. Strange. But
there is a html_view_new, which does not exists in the 1th version. It
seems that they changed the interface for the gtk2.
Mattias
>
> You can find the gtkhtml rpm on
> "http://www.rpmfind.net" or
> "http://rpm.pbone.net/".
>
> mili
>
> >I just tried your program.
> >I did the mistake to use gtkhtml for gtk 1 and got
> your errors. No
> >wonder, you can't mix gtk1 and gtk2 libs.
> >Does anyone know about a gtkhtml rpm for gtk 2?
>
> >Mattias
>
>
> _________________________________________________________
> Do You Yahoo!?
> ÐÂÏʵ½µ×,ÓéÀÖµ½¼Ò - ÑÅ»¢ÍƳöÃâ·ÑÓéÀÖµç×ÓÖܱ¨!
> http://cn.ent.yahoo.com/newsletter/index.html
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: ApacheCon, November 18-21 in
> Las Vegas (supported by COMDEX), the only Apache event to be
> fully supported by the ASF. http://www.apachecon.com
> _______________________________________________
> Gtk2forpascal-devel mailing list
> Gtk...@li...
> https://lists.sourceforge.net/lists/listinfo/gtk2forpascal-devel
|