Ethereal-dev: Re: [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: Guy Harris <guy@xxxxxxxxxxxx>
Date: Mon, 26 Jan 2004 16:14:06 -0800

On Jan 24, 2004, at 6:26 PM, Brady Volpe wrote:

Just started getting the following compile error under Windows MSVC++ with
the latest CVS:

	...

plugin_api.obj : error LNK2001: unresolved external symbol
_p_find_protocol_by_id

Try doing "nmake -f makefile.nmake clean" and then rebuilding. There's no automatic dependency generation, so if a ".h" file is changed, not all ".c" files that include it will necessarily be recompiled.