ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

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

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

--- Comment #17 from Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> 2010-09-09 14:14:09 PDT ---
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.

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