Re: [Wireshark-dev] Win2000 Error: wireshark.exe is not a valid Win32 application

2007-08-30 Thread Greg Bell
If you have problems with the redistributable installer, you'll need to fix that one first! You won't get anywhere with your Wireshark installation if the redistributable is not installed properly. >> Not sure what to do about this, I downloaded what was recommended in the >> Win32 guide. I trie

Re: [Wireshark-dev] Win2000 Error: wireshark.exe is not a valid Win32 application

2007-08-28 Thread Ulf Lamping
Greg Bell schrieb: > This is what I get when I try and run my wireshark build on Windows > 2000. It works fine on Windows XP and 2003. My build is based off > the 0.99.6 release source. One thing I noticed was that when trying to > install the Visual C++ 2005 Redistributable (during the Wireshar

Re: [Wireshark-dev] Win2000 Error: wireshark.exe is not a valid Win32 application

2007-08-28 Thread Ulf Lamping
yin sun schrieb: > > On 8/27/07, *Greg Bell* <[EMAIL PROTECTED] > > wrote: > > Thanks for that reply. I'm glad someone confirmed it works using > VC 2005EE. What about the Platform SDK, did you use Server 2003 R2? > > > Yes, I also have VS80sp1-KB926748-X86-INTL.e

Re: [Wireshark-dev] Win2000 Error: wireshark.exe is not a valid Win32 application

2007-08-28 Thread yin sun
On 8/27/07, Greg Bell <[EMAIL PROTECTED]> wrote: > > Thanks for that reply. I'm glad someone confirmed it works using VC > 2005EE. What about the Platform SDK, did you use Server 2003 R2? > Yes, I also have VS80sp1-KB926748-X86-INTL.exe installed for the reason I forgot. Regarding your mods, > 2

Re: [Wireshark-dev] Win2000 Error: wireshark.exe is not a valid Win32 application

2007-08-28 Thread Graham Bloice
Greg Bell wrote: > Thanks for that reply. I'm glad someone confirmed it works using VC > 2005EE. What about the Platform SDK, did you use Server 2003 R2? > > Regarding your mods, > 2. We're referring to C:\wireshark-0.99.6\tools\win32-setup.sh right? > 3. Do you replace all occurences of xcopy (i

Re: [Wireshark-dev] Win2000 Error: wireshark.exe is not a valid Win32 application

2007-08-27 Thread Greg Bell
Thanks for that reply. I'm glad someone confirmed it works using VC 2005EE. What about the Platform SDK, did you use Server 2003 R2? Regarding your mods, 2. We're referring to C:\wireshark-0.99.6\tools\win32-setup.sh right? 3. Do you replace all occurences of xcopy (in if statements only

Re: [Wireshark-dev] Win2000 Error: wireshark.exe is not a valid Win32 application

2007-08-26 Thread yin sun
I did the clean build again on HP/compaq nc8000 with 0.99.6 source I unzip the source under c:\wireshark-0.99.6 Here are some modifications I did. 1. config.nmake MSVC_VARIANT=MSVC2005EE 2. dos2unix win32-setup.sh win32-setup.shc (my cygwin use unix line convention) 3. Use full path such as "c:/WIN

Re: [Wireshark-dev] Win2000 Error: wireshark.exe is not a valid Win32 application

2007-08-24 Thread Greg Bell
I'm assuming when I do the verify_tools step, it confirms that I'm using nmake/cl/link from VS8 based on the output: C:\wireshark>nmake -f Makefile.nmake verify_tools Microsoft (R) Program Maintenance Utility Version 8.00.50727.42 Copyright (C) Microsoft Corporation. All rights reserved.

Re: [Wireshark-dev] Win2000 Error: wireshark.exe is not a valid Win32 application

2007-08-23 Thread yin sun
the wiki page suggest you ONLY use nmake/cl/link from VS8 (true name of Visual C++ 2005 Express Edition), but make sure NOT use nmake/cl/link from 2003 server SDK R2 under windows 2000. Hope this will help. /Yin On 8/22/07, Graham Bloice <[EMAIL PROTECTED]> wrote: > > Greg Bell wrote: > > I gues

Re: [Wireshark-dev] Win2000 Error: wireshark.exe is not a valid Win32 application

2007-08-22 Thread Graham Bloice
Greg Bell wrote: > I guess if I used VS 6.0, I wouldn't need Platform SDK 2003 as its > already integrated in the 6.0 compiler package. To use 6.0, I would > need to prepare cmd.exe by calling > "C:\Program Files\Microsoft Visual Studio\VC98\Bin\vcvars32.bat" > instead of > "C:\Program Files\Micros

Re: [Wireshark-dev] Win2000 Error: wireshark.exe is not a valid Win32 application

2007-08-22 Thread Greg Bell
I guess if I used VS 6.0, I wouldn't need Platform SDK 2003 as its already integrated in the 6.0 compiler package. To use 6.0, I would need to prepare cmd.exe by calling "C:\Program Files\Microsoft Visual Studio\VC98\Bin\vcvars32.bat" instead of "C:\Program Files\Microsoft Visual Studio 8\

Re: [Wireshark-dev] Win2000 Error: wireshark.exe is not a valid Win32 application

2007-08-22 Thread Graham Bloice
Greg Bell wrote: > Here are the result of the where nmake/cl/link/mt: > > where nmake > C:\Program Files\Microsoft Visual Studio 8\VC\bin\nmake.exe > C:\Program Files\Microsoft Platform SDK for Windows Server 2003 > R2\Bin\nmake.exe > C:\Program Files\Microsoft Visual Studio\VC98\Bin\NMAKE.EXE >

Re: [Wireshark-dev] Win2000 Error: wireshark.exe is not a valid Win32 application

2007-08-22 Thread Greg Bell
Here are the result of the where nmake/cl/link/mt: where nmake C:\Program Files\Microsoft Visual Studio 8\VC\bin\nmake.exe C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Bin\nmake.exe C:\Program Files\Microsoft Visual Studio\VC98\Bin\NMAKE.EXE where cl C:\Program Files\M

Re: [Wireshark-dev] Win2000 Error: wireshark.exe is not a valid Win32 application

2007-08-22 Thread Graham Bloice
Greg Bell wrote: > This is what I get when I try and run my wireshark build on Windows > 2000. It works fine on Windows XP and 2003. My build is based off > the 0.99.6 release source. One thing I noticed was that when trying to > install the Visual C++ 2005 Redistributable (during the Wireshark > i

[Wireshark-dev] Win2000 Error: wireshark.exe is not a valid Win32 application

2007-08-21 Thread Greg Bell
This is what I get when I try and run my wireshark build on Windows 2000. It works fine on Windows XP and 2003. My build is based off the 0.99.6 release source. One thing I noticed was that when trying to install the Visual C++ 2005 Redistributable (during the Wireshark install), it gave a "Erro