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 3500] Add Python embedding to Windows makefiles

Date: Thu, 23 Jun 2011 12:24:31 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3500

--- Comment #33 from Chris Maynard <christopher.maynard@xxxxxxxxx> 2011-06-23 12:24:30 PDT ---
Well, I have 2 different Windows laptops, one compiling Wireshark with
MSVC2008EE and the other with MSVC2010EE.  PYTHON_EMBED=1 works with MSVC2008EE
but not with MSVC2010EE.  Wireshark still compiles fine with MSVC2010EE, but
crashes at startup when you attempt to run it.  The Dependency Walker reveals
that python 2.7.2 (which is the version I'm running on the MSVC2010EE laptop)
depends on MSVCR90.DLL, file ver 9.0.30729.4974, and I believe that's where the
problem lies because Wireshark depends on MSVCR100.DLL, file ver. 10.0.40219.1.
 It is my understanding that they both have to be compiled using the same
version of the compiler.

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