There's a macro in oids.h that takes care of that.
Delete the objects and rebuild.
On 8/26/07, Anders Broman <[EMAIL PROTECTED]> wrote:
>
>
>
>
> Hi,
>
> Building on Windows I get the following:
>
>
>
> proto.obj : error LNK2001: unresolved external symbol _oid_to_str
>
> libwireshark.dll : fata
Hi,
Building on Windows I get the following:
proto.obj : error LNK2001: unresolved external symbol _oid_to_str
libwireshark.dll : fatal error LNK1120: 1 unresolved externals
oids.h
Has it as
#define oid_to_str(encoid, encoid_len) oid_encoded2string(encoid,
encoid_len)
I'm not sure w