ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] windows buildbot problem

From: Ulf Lamping <ulf.lamping@xxxxxx>
Date: Sun, 06 May 2007 11:22:55 +0200
Gerhard Gappmeier wrote:
It's a good idea with VC8 to embed the manifest. So you don't need to copy it along with the exe.

mt.exe -nologo -manifest "yourprog.intermediate.manifest" -outputresource:yourprog.exe;1

Graham Bloice schrieb:
That was the missing step.  I was already copying reassemble_test.exe
into the wireshark-gtk2 dir, but I didn't copy the manifest.  After
doing that the test ran successfully.

So, the test needs to build the exe, copy reassemble_test.exe and
reassemble_test.manifest to the wireshark-gtk2 dir, then execute the exe
from there.  I think that will be easier than trying to fiddle the path.
I've embedded the manifest files into the exe files.

Regards, ULFL