<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Georgia">Thanks Chuck.<br>
<br>
I don't know if something got mangled in the email you saw, but the
actual lines were:<br>
<br>
/* MSVC compiler */<br>
#ifndef _UINTPTR_T_DEFINED<br>
#ifdef&nbsp; _WIN64<br>
typedef unsigned __int64&nbsp;&nbsp;&nbsp; uintptr_t;<br>
#else<br>
typedef _W64 unsigned int&nbsp;&nbsp; uintptr_t;<br>
#endif<br>
#define _UINTPTR_T_DEFINED<br>
#endif<br>
<br>
There were no comment delimiters after the #else statement.<br>
<br>
pcap-stdinc.h is also the one of the standard distributed header files
which I can't imagine should contain errors,<br>
<br>
Francis</font> <br>
<br>
Charles Bland wrote:
<blockquote
 cite="mid:979c05e0d5bd3569a39fff6ce3ab0b5d.squirrel@webmail.blandranch.net"
 type="cite">
  <pre wrap="">Looks to me like the lines

#else/
*typedef _W64 unsigned int   uintptr_t;*/

should be

#else /*typedef _W64 unsigned int   uintptr_t;*/

Chuck

  </pre>
  <blockquote type="cite">
    <pre wrap="">I am completely new to Winpcap but would love to try out some of its
capabilities.

I have tried compiling the basic_dump.c sample provided but it fails
with multiple errors.  The first error is in pcap-stdinc.h, line 79 (in
bold italic below)

/* MSVC compiler */
#ifndef _UINTPTR_T_DEFINED
#ifdef  _WIN64
typedef unsigned __int64    uintptr_t;
#else/
*typedef _W64 unsigned int   uintptr_t;*/
#endif
#define _UINTPTR_T_DEFINED
#endif

the error reported was "C2054: expected '(' to follow '_W64'.

I am using Microsoft Visual C++ Version 6 with service pack 5 installed
under XP SP 3.

I would be grateful if anyone could shed some light on this.


_______________________________________________
Winpcap-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Winpcap-users@winpcap.org">Winpcap-users@winpcap.org</a>
<a class="moz-txt-link-freetext" href="https://www.winpcap.org/mailman/listinfo/winpcap-users">https://www.winpcap.org/mailman/listinfo/winpcap-users</a>

    </pre>
  </blockquote>
  <pre wrap=""><!---->

_______________________________________________
Winpcap-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Winpcap-users@winpcap.org">Winpcap-users@winpcap.org</a>
<a class="moz-txt-link-freetext" href="https://www.winpcap.org/mailman/listinfo/winpcap-users">https://www.winpcap.org/mailman/listinfo/winpcap-users</a>
  </pre>
</blockquote>
</body>
</html>