Ethereal-dev: Re: [Ethereal-dev] Can't compile on Win32 - unresolved external symbol _init_eth

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

From: Guy Harris <gharris@xxxxxxxxx>
Date: Thu, 02 Dec 2004 02:56:17 -0800
Yaniv Kaul wrote:
Linking ethereal-gtk2.exe
       link @D:\TEMP\nma03960.
libui.lib(main.obj) : error LNK2001: unresolved external symbol _init_eth_clist_
type

We're not using our own clist code for GTK+ 2.x, so we can only call "init_eth_clist_type()" when we're using GTK+ 1.2[.x]. I've checked in a change to do that.