Ethereal-dev: [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: Kelvin You <kelvin.sdc@xxxxxxxxx>
Date: Tue, 13 Dec 2005 16:51:27 +0800
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 ?