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 11:20:30 -0800
Anders Broman (AL/EAB) wrote:

Unfortunately it still doesen't work. We use gtk 1.3 and 2.4 on Windows don't we?

We use 1.3 or 2.4. My change should have worked if you were building with 2.4, but it wouldn't have worked if you were building with 1.3; I've checked in a change that should make it work with 1.3 as well.

I tried to change the declaration to extern void and also to insert it in
libethereal.def but still no joy :(

Given that we aren't using our own clist on Windows, that won't work - there isn't an "init_eth_clist_type()" routine, so declaring it and adding it to libethereal.def wouldn't make a difference.