ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-dev: Re: [Ethereal-dev] Current CVS snapshot doesn't compile with MSVC on Win32

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

From: Gerald Combs <gerald@xxxxxxxxxxxx>
Date: Thu, 03 Jun 2004 11:30:04 -0500
Lars Roland wrote:
> Biot Olivier wrote:
> 
>> Hi list,
>>
>> The current CVS snapshot doesn't compile with MSVC on my WinXP box. I
>> ran a
>> nmake -f Makefile.nmake distclean followed with a nmake -f Makefile.mnake
>> packaging. The error is:
>>
>> Linking ethereal-gtk2.exe
>>         link @C:\DOCUME~1\be322008\LOCALS~1\Temp\nma03640.
>> libui.lib(rtp_stream_dlg.obj) : error LNK2001: unresolved external symbol
>> __imp__rtp_payload_type_vals
>> ethereal-gtk2.exe : fatal error LNK1120: 1 unresolved externals
>>
> 
> libethereal.def has to be fixed.
> Patch is attached.

Checked in.  Thanks.