Ethereal-dev: [ethereal-dev] 0.8.11 on Win32?

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Gilbert Ramirez <gramirez@xxxxxxxxxx>
Date: Thu, 3 Aug 2000 14:06:45 -0500
Has anyone been able to compile and run 0.8.11 on Win32? I'm trying
right now, but at run-time I get

"The procedure entry point gwin_opendir could not be located
in the dynamic link library glib-1.3.dll"

I'm working on finding where gwin_opendir is used; I can't find it.
I'm working on a new Win32 machine, so perhaps I made a bad copy of my
GTK+ DLL's. We have one opendir() call in plugins.c, but glib.h
#defines that as g_win32_opendir, not gwin_opendir.

Any data points, positive or negative, would help.

thanks,

--gilbert