Wireshark mailing list archives

Re: Problem compiling Wireshark 1.6.1


From: Helge Kruse <Helge.Kruse-nospam () gmx net>
Date: Sun, 28 Aug 2011 08:27:55 +0200

Am 22.08.2011 22:24, schrieb Andreas:
mt.exe -nologo -manifest "zlib1.dll.manifest"
-outputresource:zlib1.dll;2

The last command always crashes. The tool mt.exe loads zlib1.dll to
memory and doesn't find the correct run-time library.

This behavior is the same when I compile any other (not Wireshark related) project, that uses this old style (?) of integrating a manifest in a DLL:
/nologo /outputresource:".\Release\FooDissector.dll;#2"

Another approach seems to be to compile the manifest as a resource and include it with the linker to the executable.

Despite this change there must be something wrong with my build machine not with the Wireshark environment. I will have to check that. I would like to avoid John Allen Miller's solution: http://kuerzer.de/6AWCrWL7x

--
Andy
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev () wireshark org>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
            mailto:wireshark-dev-request () wireshark org?subject=unsubscribe


Current thread: