Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] win 64 wireshark build

From: Graham Bloice <graham.bloice@xxxxxxxxxxxxx>
Date: Thu, 23 Jul 2009 17:38:29 +0100
Brian Oleksa wrote:
Ok..here is the "set lib" output

C:\Program Files\Microsoft Visual Studio 9.0\VC>set lib
LIB=C:\Program Files\Microsoft Visual Studio 
9.0\VC\ATLMFC\LIB;C:\Program Files\
Microsoft Visual Studio 9.0\VC\LIB;C:\Program Files\Microsoft 
SDKs\Windows\v7.0\
lib;
LIBPATH=Framework32\;Framework32\v2.0.50727;C:\Program Files\Microsoft 
Visual St
udio 9.0\VC\ATLMFC\LIB;C:\Program Files\Microsoft Visual Studio 9.0\VC\LIB;

Thanks,
Brian

  
Which shows that you are are not set up correctly for linking with the x64 MS libs.  Instead of calling vcvars32.bat to set your build environment you need to use the 64 bit version.  In my installation of VS2005 Pro, I have ...\VC\bin\vcvars32.bat, but I also have ...\VC\bin\amd64\vcvarsamd64.bat and ..\VC\bin\x86_amd64\vcvarsx86_amd64.bat.  I would try one of the amd64 versions, don't know they're they're different.

-- 
Regards,

Graham Bloice