Hi, I think changes were made to make WS compile with VS2008/VS2008EE after branching of the 1.0.x branch. You are better of using trunk with VS2008.
Regards Anders -----Ursprungligt meddelande----- Från: [email protected] [mailto:[email protected]] För Sean Skickat: den 5 januari 2009 05:36 Till: Developer support list for Wireshark; Gerald Combs Ämne: Re: [Wireshark-dev] Package issue under Windows XP --- On Mon, 1/5/09, Gerald Combs <[email protected]> wrote: > From: Gerald Combs <[email protected]> > Subject: Re: [Wireshark-dev] Package issue under Windows XP > To: [email protected], "Developer support list for Wireshark" <[email protected]> > Date: Monday, January 5, 2009, 10:54 AM > Sean wrote: > > Greetings, > > > > I'm using source code of 1.0.4 to build package > under windows XP, > > the compiler is Microsoft Visual Studio 2008 > Professional Edition, > > the config.nmake is configured to > MSVC_VARIANT=MSVC2008EE, > > after compilation, the package is created > successfully, > > but after installing on windows XP, > > the wireshark can't run successfully, > > following is the message: > > > > The application failed to initialize > properly(0xc0000142). Click on OK to terminate the > application. > > If you have Visual Studio 2008 Profesional Edition, you > should set > MSVC_VARIANT to MSVC2008 instead of MSVC2008EE (which is > for the Express > Edition). One of the key differences between the Express > Editions of > Visual Studio (and the reason we have different variant > definitions) is > that they don't come with package-able versions of the > C and C++ > runtimes, while the "full frontal" editions do. > > Setting the variant to MSVC2008EE (or MSVC2005EE) means > that the > installer you create won't come with the C runtime, and > assumes that > you'll have Microsoft Visual C++ 2008 SP1 > Redistributable Package > installed on the target machine. But it seems that the version 1.0.4 can't recognize MSVC2008 in config.nmake, how can I modify the config.nmake? should I modify other files for using MSVC 2008 professional instead of MSVC 2008 EE? Thank you very much. ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
