Hi, > I have been using VS2005EE to build. Any reason to not upgrade to VS2008EE? I guess you could get the MSVCR90.DLL from the installer if you download A development build. I don't know if you could install the VS2008 redistributable or if that would overwrite the VS2005 one.
Another workaround could be to skip LUA or look for a VS2005 version of LUA. Regards Anders -----Ursprungligt meddelande----- Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För Abhik Sarkar Skickat: den 12 oktober 2008 15:23 Till: Developer support list for Wireshark Ämne: Re: [Wireshark-dev] Can execute compiled Wireshark/tshark :-( By using Dependency Walker (http://www.dependencywalker.com/) I figured out that this is happening because I am missing two DLLs: - MSVCR90.DLL (which seems to be required by the new LUA dll). - DWMAPI.DLL (< ieframe.dll < mshtml.dll < ... user32.dll < libwireshark.dll) I also get this error when running Dependency Walker: Error: The Side-by-Side configuration information for "f:\wireshark-src\wireshark-gtk2\LUA5.1.DLL" contains errors. This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem (14001). It seems to be related to the manifest file related thing that I keep hearing about... but my knowledge of Windows specific development is zero. Can someone please help! Thanks, Abhik. On Fri, Oct 10, 2008 at 11:51 PM, Abhik Sarkar <[EMAIL PROTECTED]> wrote: > Hi All, > > Since doing an svn update today, I am not longer able to run wireshark > or tshark (on my Windows XP Professional + SP 2). It compiles OK, but > when I start up wireshark or tshark, Windows throws up a pop-up with > the following message: > "The application failed to initialize properly (0xc0150002). Click on > OK to terminate the application". > > I have also tried distclean followed by compile, but that doesn't > change the situation. > > I have been using VS2005EE to build. > > Any ideas? > > Thanks, > Abhik. > _______________________________________________ Wireshark-dev mailing list [email protected] https://wireshark.org/mailman/listinfo/wireshark-dev _______________________________________________ Wireshark-dev mailing list [email protected] https://wireshark.org/mailman/listinfo/wireshark-dev
