Thanks Mike. I'll try installing the SDK if I ever need to compile with VS6 again. For now, I'm just going to stick with VS2008EE for 1.2+. Up 'til now I have only been building Windows installers against the 1.0.x tree, not 1.1.x and the SDK wasn't required for those.
As for the compiler error I got earlier, namely: tvbuff.c(45) : fatal error C1083: Cannot open include file: 'zlib.h': No such file or directory ... I simply ran "nmake -f Makefile.nmake" again with absolutely zero changes, and this time everything proceeded normally. Weird. The only other thing I noticed so far with 1.2pre1 (other than the old user guide which was already reported) is that there appears to be one obsolete preference between 1.0.8 and 1.2pre1 that wasn't made obsolete using prefs_register_obsolete_preference(), namely "mapi.decrypt". Here's the console debug: 15:42:13 Warn C:\Documents and Settings\cmaynard\Application Data\Wireshark\preferences line 1712: No such preference "mapi.decrypt" (applying your preferences once should remove this warning) - Chris > -----Original Message----- > From: [email protected] [mailto:wireshark-dev- > [email protected]] On Behalf Of Mike Morrin > Sent: Saturday, May 30, 2009 9:04 AM > To: Developer support list for Wireshark > Subject: Re: [Wireshark-dev] Wireshark 1.2.0pre1 is now available > > > > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of Maynard, > Chris > Sent: 28 May 2009 05:48 > <Also, the release notes for 1.2 at > <http://www.wireshark.org/docs/relnotes/wireshark-1.2.0.html indicates: > < * Official Windows packages are now built using Microsoft Visual > <C++ 2008 SP1. > < > <... but it doesn't specifically say whether support for VS6 is dropped > <or not. I have not been able to build under VS6 for a long time, and > I > <know there was some discussion on the wireshark mailing lists about > it, > <so I'm just wondering: > <-> Is VS6 still supported with 1.2? > <-> If yes, any hints on how to get it work? > <-> If not, are there any plans to support it? > <-> If no plans to support VS6 anymore, should it be mentioned in the > <above release notes and/or elsewhere? > > Don't know about official support, but I just succeeded in building top > of tree with MSVC6. I had to install the Windows 2003 SDK (I did a > default install of about 500MB then realized that I only needed one > header file from it) > > [snip] CONFIDENTIALITY NOTICE: The contents of this email are confidential and for the exclusive use of the intended recipient. If you receive this email in error, please delete it from your system immediately and notify us either by email, telephone or fax. You should not copy, forward, or otherwise disclose the content of the email. ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
