Ethereal-dev: [Ethereal-dev] MSVC++ compile error

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

From: "Brady Volpe" <brady@xxxxxxxxxx>
Date: Sat, 24 Jan 2004 21:26:06 -0500
Just started getting the following compile error under Windows MSVC++ with
the latest CVS:

----->
Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

        link -dll /out:acn.dll packet-acn.obj ..\plugin_api.obj
C:\ethereal-win
32-libs\glib\lib\glib-2.0.lib
C:\ethereal-win32-libs\glib\lib\gmodule-2.0.lib
C:\ethereal-win32-libs\glib\lib\gobject-2.0.lib
Microsoft (R) Incremental Linker Version 6.00.8168
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.

   Creating library acn.lib and object acn.exp
plugin_api.obj : error LNK2001: unresolved external symbol
_p_find_protocol_by_id
acn.dll : fatal error LNK1120: 1 unresolved externals
NMAKE : fatal error U1077: 'link' : return code '0x460'
Stop.
NMAKE : fatal error U1077: 'C:\PROGRA~1\MICROS~2\VC98\BIN\NMAKE.EXE' :
return code '0x2'
Stop.
NMAKE : fatal error U1077: 'C:\PROGRA~1\MICROS~2\VC98\BIN\NMAKE.EXE' :
return code '0x2'
Stop.

------->

Any ideas?

Regards,
-Brady