<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Georgia">I am completely new to Winpcap but would love to
try out some of its capabilities.<br>
<br>
</font><font face="Georgia">I have tried compiling the basic_dump.c
sample provided but it fails with multiple errors.&nbsp; The first error is
in pcap-stdinc.h, line 79 (in bold italic below)<br>
<font face="Courier New, Courier, monospace"><br>
/* MSVC compiler */<br>
#ifndef _UINTPTR_T_DEFINED<br>
#ifdef&nbsp; _WIN64<br>
typedef unsigned __int64&nbsp;&nbsp;&nbsp; uintptr_t;<br>
#else<i><br>
<b>typedef _W64 unsigned int&nbsp;&nbsp; uintptr_t;</b></i><br>
#endif<br>
#define _UINTPTR_T_DEFINED<br>
#endif</font><br>
<br>
the error reported was "C2054: expected '(' to follow '_W64'.<br>
<br>
</font><font face="Georgia">I am using Microsoft Visual C++ Version 6
with service pack 5 installed under XP SP 3.<br>
<br>
</font><font face="Georgia">I would be grateful if anyone could shed
some light on this.<br>
<br>
<br>
</font>
</body>
</html>