[Gtk-sharp-list] Wonderful gtk#/gtk+ interop issue on win32
Todd Berman
tberman@gentoo.org
Thu, 25 Sep 2003 17:53:51 -0400
Now, I am not 100% sure about this, but it seems highly possible.
I have code that when compiled and run on linux works great, however, =
when compiled and run on windows, bombs horribly.
This code takes advantage of the TextTag.TextEvent event.
On windows it gives that error I posted to the list earlier, and on =
linux it doesn=E2=80=99t give any error at all.
Now, this is obviously a win32 issue of some sort, so I attempted to dig =
a bit and figure out if it was a .net runtime issue, a win32 gtk# issue =
or a win32 gtk+ issue.
After some reflection and some code searching, it seems like =
it=E2=80=99s a win32 gtk#/win32 gtk+ interop issue.
Gaim uses very similar C code on win32 to do link checking in the im =
window, so this is the only potential conclusion I can come to.
Any ideas, help, any response at all really would be greatly appreciated =
=E2=98=BA
--Todd