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

Wireshark-bugs: [Wireshark-bugs] [Bug 5160] Wireshark fails to start on Windows XP 64bit

Date: Thu, 9 Sep 2010 14:38:47 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5160

--- Comment #18 from BBA <bba@xxxxxxxx> 2010-09-09 14:38:46 PDT ---
(In reply to comment #17)
> I knew I only changed it for Wireshark (not the other utilities) but admit I
> completely forgot about changing it in epan.
> 
> Anyway, is this change really necessary?
> 
> -               /OUT:wireshark.exe $(guiflags) $(guilibsdll) $(LDFLAGS)
> /LARGEADDRESSAWARE /SUBSYSTEM:windows $(wireshark_LIBS) $(GTK_LIBS)
> codecs\codecs.lib gtk\libui.lib $(wireshark_OBJECTS) image\wireshark.res
> +               /OUT:wireshark.exe $(wireshark_LIBS) $(guiflags) $(guilibsdll)
> $(LDFLAGS) /LARGEADDRESSAWARE /SUBSYSTEM:windows $(GTK_LIBS) codecs\codecs.lib
> gtk\libui.lib $(wireshark_OBJECTS) image\wireshark.res
> 
> I'd rather not change it unless it's necessary.

The Winsock stuff comes in via $(guilibsdll) therefore $(wireshark_LIBS) must
precede $(guilibsdll). That´s what matters for this issue. Otherwise, the
ordering is arbitrary.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.