I have 6 unresolved externals. It has to do with register.obj.
The error messages are:
*Creating library libwireshark.lib and object libwireshark.exp
register.obj : error LNK2001: unresolved external symbol
_proto_register_pn_rt
register.obj : error LNK2001: unresolved external symbol
_proto_register_dcom_cba_acco
register.obj : error LNK2001: unresolved external symbol
_proto_register_dcom_cba
register.obj : error LNK2001: unresolved external symbol
_proto_reg_handoff_pn_rt
register.obj : error LNK2001: unresolved external symbol
_proto_reg_handoff_dcom_cba_acco
register.obj : error LNK2001: unresolved external symbol
_proto_reg_handoff_dcom_cba
libwireshark.dll : fatal error LNK1120: 6 unresolved externals
NMAKE : fatal error U1077: 'C:\PROGRA~1\MICROS~4\VC98\BIN\link.exe' :
return code '0x460'
Stop.
NMAKE : fatal error U1077: 'C:\PROGRA~1\MICROS~4\VC98\BIN\NMAKE.EXE' :
return code '0x2'
Stop.
*anyone has any idea? Thanks in advance