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

Wireshark-dev: Re: [Wireshark-dev] Microsoft Visual C Version 6support isa bitoutdated ...

From: "Laurent Rabret" <laurent.rabret@xxxxxxxxx>
Date: Mon, 8 Jan 2007 22:36:47 +0100
Hi Andrew,
Maybe your linker errors stems from bad compiler options. Initially I recommended to remove some default libs and to force msvcrxx thanks to /DEFAULTLIB and /NODEFAULTLIB options in LOCAL_LDFLAGS (in the config.nmake file). Actually, it was probably a bad solution and I recommend to remove these options and to set the /MD flag next to /Zi /W3 in LOCAL_CFLAGS . Ulf, this flag avoid modifications in the plugins directory and guarantees lib consistency. I suppose it should work with VS6 also but can not check.
Hope it will help and if it word, it is certainly a good idea to change the config.nmake file.
Regards
Laurent