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

Wireshark-dev: [Wireshark-dev] wireshark on 64 bit

From: sagar Guledagudda <sagu072@xxxxxxxxx>
Date: Fri, 29 Jul 2011 13:10:54 +0530
hi,
I am trying to compile the wireshark for target platform for 64 bit.
When i do nmake makefile.nmake i get fallowing errror
 
file_util.obj : fatal error LNK1112: module machine type 'X86' conflicts with ta
rget machine type 'x64'
NMAKE : fatal error U1077: '"c:\Program Files\Microsoft Visual Studio 8\VC\BIN\x
86_amd64\link.EXE"' : return code '0x458'
 
i am using microsoft visual studio 2005.
I have changed WIRESHARK_TARGET_PLATFORM to win64.
and ran the batch file c:\Program Files\Microsoft Visual Studio 8\VC\vcvarsall.bat  before doing any operation on wireshark.
 
can any body help me to solve this issue ???
 
Is that problem with visual studio i am using ???