Ethereal-dev: RE: [Ethereal-dev] tvb_fake_unicode link error

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

From: "Anders Broman (AL/EAB)" <anders.broman@xxxxxxxxxxxx>
Date: Tue, 13 Dec 2005 09:54:52 +0100
Hi,
You probably have to add it to libethereal.def
 
Brg
Anders


From: ethereal-dev-bounces@xxxxxxxxxxxx [mailto:ethereal-dev-bounces@xxxxxxxxxxxx] On Behalf Of Kelvin You
Sent: den 13 december 2005 09:51
To: Ethereal development
Subject: [Ethereal-dev] tvb_fake_unicode link error

I 'm writing a plug-in for my internal protocol,
encounterd an link error:
 error LNK2001: unresolved external symbol _tvb_fake_unicode
 
I have included the follow header files.
 
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

#include <stdio.h>
#include <stdlib.h>
#include <string.h>

#include <gmodule.h>
#include <epan/packet.h>
#include <epan/addr_resolv.h>

 /* Define version if we are not building ethereal statically */

#include "moduleinfo.h"
 
who can help me ?