<!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">Hi Gianluca,<br>
<br>
That's fine thanks. I have downloaded Visual C++ 2008 Express as the
2005 edition no longer seems to be available from Microsoft.<br>
<br>
Best regards,<br>
Francis</font><br>
<br>
Gianluca Varenni wrote:
<blockquote cite="mid:C4D2E55958034A4C8200B349D67F0CAB@NELSON3"
type="cite">
<title></title>
<meta content="text/html;charset=iso-8859-1" http-equiv="Content-Type">
<meta name="GENERATOR" content="MSHTML 8.00.7600.16588">
<div><font face="Calibri">There is no page for such list.</font></div>
<div> </div>
<div><font face="Calibri">Compilers: as of WinPcap 4.1.2, the
official supported compiler is Visual Studio 2005 SP1. I had feedback
that the samples compile just fine with 2008 (and probably 2010). The
samples in the "examples-pcap" folder contain GNU Makefiles for Cygwin.
Cygwin is in general supported as a compiler (although we cannot test
all the possible versions of cygwin).</font></div>
<div> </div>
<div><font face="Calibri">Operating systems: WinPcap 4.1.2 supports
Windows NT4, 2000, XP, 2003, Vista, 2008, Win7, 2008R2 x86 and x64. </font></div>
<div> </div>
<div><font face="Calibri">Let me know if this answers your questions</font></div>
<div> </div>
<div><font face="Calibri">Have a nice day</font></div>
<div><font face="Calibri">GV</font></div>
<div
style="font-family: Tahoma; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;">
<div><br>
</div>
<div
style="background: rgb(245, 245, 245) none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">
<div style=""><b>From:</b> <a moz-do-not-send="true"
title="mail@ainley.org" href="mailto:mail@ainley.org">mail</a> </div>
<div><b>Sent:</b> Friday, July 30, 2010 1:39 AM</div>
<div><b>To:</b> <a moz-do-not-send="true"
title="winpcap-users@winpcap.org"
href="mailto:winpcap-users@winpcap.org">winpcap-users@winpcap.org</a> </div>
<div><b>Subject:</b> Re: [Winpcap-users] Sample compile failure using
MS VC 6</div>
</div>
</div>
<div><br>
</div>
<font face="Georgia">Thanks Gianluca, I'll try that. Is there a page
somewhere that lists supported compilers/operating systems?<br>
<br>
Francis<br>
</font><br>
Gianluca Varenni wrote:
<blockquote cite="mid:143BF880828B4257A68D8A8AA1B39FD8@NELSON3"
type="cite">
<meta name="GENERATOR" content="MSHTML 8.00.7600.16588">
<div><font face="Calibri">Francis,</font></div>
<div> </div>
<div><font face="Calibri">although the project files for Visual
Studio 6 are still provided for some of the samples, VS6 is no longer
officially supported. I suggest you to use Visual Studio 2005.</font></div>
<div> </div>
<div><font face="Calibri">Have a nice day</font></div>
<div><font face="Calibri">GV</font></div>
<div
style="font-family: Tahoma; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;">
<div><br>
</div>
<div
style="background: rgb(245, 245, 245) none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">
<div><b>From:</b> <a title="mail@ainley.org"
href="mailto:mail@ainley.org" moz-do-not-send="true">mail</a> </div>
<div><b>Sent:</b> Thursday, July 29, 2010 11:40 AM</div>
<div><b>To:</b> <a
title="mailto:BackForty@Blandranch.net
CTRL + Click to follow link"
href="mailto:BackForty@Blandranch.net" moz-do-not-send="true">BackForty@Blandranch.net</a>
; <a
title="mailto:winpcap-users@winpcap.org
CTRL + Click to follow link"
href="mailto:winpcap-users@winpcap.org" moz-do-not-send="true">winpcap-users@winpcap.org</a>
</div>
<div><b>Subject:</b> Re: [Winpcap-users] Sample compile failure
using MS VC 6</div>
</div>
</div>
<div><br>
</div>
<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 _WIN64<br>
typedef unsigned __int64 uintptr_t;<br>
#else<br>
typedef _W64 unsigned int 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" moz-do-not-send="true">Winpcap-users@winpcap.org</a>
<a class="moz-txt-link-freetext"
title="https://www.winpcap.org/mailman/listinfo/winpcap-users
CTRL + Click to follow link"
href="https://www.winpcap.org/mailman/listinfo/winpcap-users"
moz-do-not-send="true">https://www.winpcap.org/mailman/listinfo/winpcap-users</a>
</pre>
</blockquote>
<pre wrap=""><!---->
_______________________________________________
Winpcap-users mailing list
<a class="moz-txt-link-abbreviated"
title="mailto:Winpcap-users@winpcap.org
CTRL + Click to follow link"
href="mailto:Winpcap-users@winpcap.org" moz-do-not-send="true">Winpcap-users@winpcap.org</a>
<a class="moz-txt-link-freetext"
title="https://www.winpcap.org/mailman/listinfo/winpcap-users
CTRL + Click to follow link"
href="https://www.winpcap.org/mailman/listinfo/winpcap-users"
moz-do-not-send="true">https://www.winpcap.org/mailman/listinfo/winpcap-users</a>
</pre>
</blockquote>
<hr> _______________________________________________<br>
Winpcap-users mailing list<br>
<a moz-do-not-send="true" class="moz-txt-link-abbreviated"
href="mailto:Winpcap-users@winpcap.org">Winpcap-users@winpcap.org</a><br>
<a moz-do-not-send="true" class="moz-txt-link-freetext"
href="https://www.winpcap.org/mailman/listinfo/winpcap-users">https://www.winpcap.org/mailman/listinfo/winpcap-users</a><br>
<pre wrap=""><hr size="4" width="90%">
_______________________________________________
Winpcap-users mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated"
href="mailto:Winpcap-users@winpcap.org">Winpcap-users@winpcap.org</a>
<a moz-do-not-send="true" 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>
<p>
</p>
<hr>_______________________________________________<br>
Winpcap-users mailing list<br>
<a class="moz-txt-link-abbreviated" href="mailto:Winpcap-users@winpcap.org">Winpcap-users@winpcap.org</a><br>
<a class="moz-txt-link-freetext" href="https://www.winpcap.org/mailman/listinfo/winpcap-users">https://www.winpcap.org/mailman/listinfo/winpcap-users</a><br>
<pre wrap="">
<hr size="4" width="90%">
_______________________________________________
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>