Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: [Wireshark-dev] build problem at creating libwireshark.lib and object libwiresha

From: Nina Pham <nina@xxxxxxxxxxx>
Date: Fri, 16 Feb 2007 16:11:50 -0800
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