5 Oct 21:56
[Bug 2940] New: Incorrect manifest embedded when compiling Wireshark with MSVC2008 SP1
From: <bugzilla-daemon <at> wireshark.org>
Subject: [Bug 2940] New: Incorrect manifest embedded when compiling Wireshark with MSVC2008 SP1
Newsgroups: gmane.network.wireshark.bugs
Date: 2008-10-05 19:57:51 GMT
Subject: [Bug 2940] New: Incorrect manifest embedded when compiling Wireshark with MSVC2008 SP1
Newsgroups: gmane.network.wireshark.bugs
Date: 2008-10-05 19:57:51 GMT
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2940 Summary: Incorrect manifest embedded when compiling Wireshark with MSVC2008 SP1 Product: Wireshark Version: 1.1.x (Experimental) Platform: PC OS/Version: Windows Vista Status: NEW Severity: Blocker Priority: High Component: Wireshark AssignedTo: wireshark-bugs <at> wireshark.org ReportedBy: pascal.quantin <at> gmail.com Build Information: Build Information: Version 1.1.2 Copyright 1998-2008 Gerald Combs <gerald <at> wireshark.org> and contributors. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Compiled with GTK+ 2.14.3, with GLib 2.18.1, with WinPcap (version unknown), with libz 1.2.3, without POSIX capabilities, with libpcre 7.0, with SMI 0.4.8, with c-ares 1.5.3, without ADNS, with Lua 5.1, with GnuTLS 2.3.8, with Gcrypt 1.4.1, with MIT Kerberos, with PortAudio V19-devel (built Oct 2 2008), with AirPcap. Running on Windows XP Service Pack 3, build 2600, with WinPcap version 4.0.2 (packet.dll version 4.0.0.1040), based on libpcap version 0.9.5, without AirPcap. Built using Microsoft Visual C++ 9.0 build 30729 Wireshark is Open Source Software released under the GNU General Public License. Check the man page and http://www.wireshark.org for more information. -- According to http://msdn.microsoft.com/en-us/library/cc664727.aspx, starting with MSVC2008 SP1, "when you compile an application, it is bound to the original release version of libraries available. This is true even if you have a later release installed on your computer. For example, if you have Visual C++ 2008 SP1 installed on your computer, any applications that you compile on this computer will still depend on the original release version of Visual C++ 2008." As Wireshark packages the CRT libraries in its installer, this leads to a manifest error when executing the program. To fix this, you must add _BIND_TO_CURRENT_VCLIBS_VERSION = 1 at the preprocessor level. -- -- Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
RSS Feed