Ethereal-dev: Re: [Ethereal-dev] Broken build (MSVC) rtnet.c fails to build

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

From: Lars Roland <lars.roland@xxxxxxx>
Date: Fri, 26 Nov 2004 03:19:27 +0100


Guy Harris schrieb:
Lars Roland wrote:

The problem here might be that "flags_set_truth" is a variable and not a function. AFAIK the plugin API table contains only functions.


Yes, it does - and, given the way it works, it can't usefully contain flags_set_truth (see the "Unfortunately, that won't work" comment in my earlier message).


Then we have to require libethereal to be build as dll on Win32 and also have to link rtnet plugin unconditionally with its import library.

However I have just discovered that rtnet also fails to build with libethereal.dll. I'll have to take a closer look at this.

Regards,
Lars