<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16525" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>You need to have the airpcap developer's pack on your machine 
in order to compile some of the wpcap.dll build configurations. Otherwise, 
please choose the build configurations with the "no Airpcap" string in their 
name.</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>The AirPcap developer's pack is freely available at 
</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2><A 
href="http://www.cacetech.com/support/downloads.htm">http://www.cacetech.com/support/downloads.htm</A></FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>Have a nice day</FONT></DIV>
<DIV><FONT size=2>GV</FONT></DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=varunax@gmail.com href="mailto:varunax@gmail.com">Varuna De Silva</A> 
  </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=winpcap-users@winpcap.org 
  href="mailto:winpcap-users@winpcap.org">winpcap-users@winpcap.org</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Monday, September 10, 2007 5:36 
  AM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> [Winpcap-users] Problems in 
  compiling WinPcap</DIV>
  <DIV><BR></DIV>Hi,<BR><BR>I am interested in adding support for my device, in 
  Winpcap and <BR>therefore I need to compile wpcap.dll from source after having 
  add <BR>my own code. <BR><BR>But before that I just compiled the source code 
  and I came up with <BR>some problems.<BR><BR>I use MS Visual Studio 2005 8.0 
  with the .NET framework 2.0 and on <BR>the Visual C++ IDE I opened the 
  wpcap.dsw and tried to build the <BR>project as is said on the web. <BR><BR>I 
  came up with 200 odd warnings and five errors like below, <BR><BR>Warnings 
  Such as<BR><BR>Warning&nbsp;&nbsp;&nbsp; 5&nbsp;&nbsp;&nbsp; warning C4996: 
  '_snprintf' was declared deprecated&nbsp;&nbsp;&nbsp; 
  d:\winpcap\winpcap\wpcap\libpcap\fad-win32.c&nbsp;&nbsp;&nbsp; 
  86&nbsp;&nbsp;&nbsp; <BR>Warning&nbsp;&nbsp;&nbsp; 9&nbsp;&nbsp;&nbsp; warning 
  C4996: '_snprintf' was declared deprecated&nbsp;&nbsp;&nbsp; 
  d:\winpcap\winpcap\wpcap\libpcap\fad- win32.c&nbsp;&nbsp;&nbsp; 
  250&nbsp;&nbsp;&nbsp; <BR>Warning&nbsp;&nbsp;&nbsp; 11&nbsp;&nbsp;&nbsp; 
  warning C4146: unary minus operator applied to unsigned type, result still 
  unsigned&nbsp;&nbsp;&nbsp; 
  d:\winpcap\winpcap\wpcap\libpcap\gencode.c&nbsp;&nbsp;&nbsp; 
  104&nbsp;&nbsp;&nbsp; <BR>Warning&nbsp;&nbsp;&nbsp; 12&nbsp;&nbsp;&nbsp; 
  warning C4146: unary minus operator applied to unsigned type, result still 
  unsigned&nbsp;&nbsp;&nbsp; 
  d:\winpcap\winpcap\wpcap\libpcap\gencode.c&nbsp;&nbsp;&nbsp; 
  104&nbsp;&nbsp;&nbsp; <BR>Warning&nbsp;&nbsp;&nbsp; 14&nbsp;&nbsp;&nbsp; 
  warning C4996: '_vsnprintf' was declared deprecated&nbsp;&nbsp;&nbsp; 
  d:\winpcap\winpcap\wpcap\libpcap\gencode.c&nbsp;&nbsp;&nbsp; 
  120&nbsp;&nbsp;&nbsp; <BR>Warning&nbsp;&nbsp;&nbsp; 23&nbsp;&nbsp;&nbsp; 
  warning C4996: '_snprintf' was declared deprecated&nbsp;&nbsp;&nbsp; 
  d:\winpcap\winpcap\wpcap\libpcap\inet.c&nbsp;&nbsp;&nbsp; 
  196&nbsp;&nbsp;&nbsp; <BR>Warning&nbsp;&nbsp;&nbsp; 47&nbsp;&nbsp;&nbsp; 
  warning C4996: '_snprintf' was declared deprecated&nbsp;&nbsp;&nbsp; 
  d:\winpcap\winpcap\wpcap\libpcap\pcap-win32.c&nbsp;&nbsp;&nbsp; 
  480&nbsp;&nbsp;&nbsp; <BR>Warning&nbsp;&nbsp;&nbsp; 50&nbsp;&nbsp;&nbsp; 
  warning C4996: '_snprintf' was declared deprecated&nbsp;&nbsp;&nbsp; 
  d:\winpcap\winpcap\wpcap\libpcap\pcap- win32.c&nbsp;&nbsp;&nbsp; 
  591&nbsp;&nbsp;&nbsp; <BR>Warning&nbsp;&nbsp;&nbsp; 67&nbsp;&nbsp;&nbsp; 
  warning C4996: '_snprintf' was declared deprecated&nbsp;&nbsp;&nbsp; 
  d:\winpcap\winpcap\wpcap\libpcap\pcap.c&nbsp;&nbsp;&nbsp; 
  360&nbsp;&nbsp;&nbsp; <BR>Warning&nbsp;&nbsp;&nbsp; 89&nbsp;&nbsp;&nbsp; 
  warning C4996: '_snprintf' was declared deprecated&nbsp;&nbsp;&nbsp; 
  d:\winpcap\winpcap\wpcap\libpcap\savefile.c&nbsp;&nbsp;&nbsp; 
  1130&nbsp;&nbsp;&nbsp; <BR>Warning&nbsp;&nbsp;&nbsp; 124&nbsp;&nbsp;&nbsp; 
  warning C4996: '_snprintf' was declared deprecated&nbsp;&nbsp;&nbsp; 
  d:\winpcap\winpcap\wpcap\libpcap\rpcapd\daemon.c&nbsp;&nbsp;&nbsp; 
  548&nbsp;&nbsp;&nbsp; <BR>Warning&nbsp;&nbsp;&nbsp; 150&nbsp;&nbsp;&nbsp; 
  warning C4996: '_snprintf' was declared deprecated&nbsp;&nbsp;&nbsp; 
  d:\winpcap\winpcap\wpcap\libpcap\pcap- new.c&nbsp;&nbsp;&nbsp; 
  312&nbsp;&nbsp;&nbsp; <BR>Warning&nbsp;&nbsp;&nbsp; 201&nbsp;&nbsp;&nbsp; 
  warning C4996: '_snprintf' was declared deprecated&nbsp;&nbsp;&nbsp; 
  d:\winpcap\winpcap\wpcap\libpcap\pcap-remote.c&nbsp;&nbsp;&nbsp; 
  159&nbsp;&nbsp;&nbsp; <BR><BR><BR>And Errors<BR><BR>Error&nbsp;&nbsp;&nbsp; 
  119&nbsp;&nbsp;&nbsp; fatal error C1083: Cannot open include file: ' 
  airpcap.h': No such file or directory&nbsp;&nbsp;&nbsp; 
  d:\winpcap\winpcap\common\packet32.h&nbsp;&nbsp;&nbsp; 53&nbsp;&nbsp;&nbsp; 
  <BR>Error&nbsp;&nbsp;&nbsp; 120&nbsp;&nbsp;&nbsp; fatal error C1083: Cannot 
  open include file: 'airpcap.h': No such file or directory&nbsp;&nbsp;&nbsp; 
  d:\winpcap\winpcap\common\packet32.h&nbsp;&nbsp;&nbsp; 53&nbsp;&nbsp;&nbsp; 
  <BR>Error&nbsp;&nbsp;&nbsp; 121&nbsp;&nbsp;&nbsp; fatal error C1083: Cannot 
  open include file: 'airpcap.h': No such file or directory&nbsp;&nbsp;&nbsp; 
  d:\winpcap\winpcap\common\packet32.h&nbsp;&nbsp;&nbsp; 53&nbsp;&nbsp;&nbsp; 
  <BR>Error&nbsp;&nbsp;&nbsp; 122&nbsp;&nbsp;&nbsp; error BK1506 : cannot open 
  file '.\debug_remote_dag\pcap- new.sbr': No such file or 
  directory&nbsp;&nbsp;&nbsp; BSCMAKE&nbsp;&nbsp;&nbsp; 
  <BR>Error&nbsp;&nbsp;&nbsp; 217&nbsp;&nbsp;&nbsp; fatal error LNK1104: cannot 
  open file 'wpcap.lib'&nbsp;&nbsp;&nbsp; rpcapd&nbsp;&nbsp;&nbsp; 
  <BR><BR><BR>However when I rebuilt it the warnings were gone but the errors 
  kept the same...! <BR><BR>Can somebody help me out on this please, I think I 
  am getting some <BR>thing simple wrong.<BR><BR>Thanks Ahead<BR><BR>Your 
  support is very much appreciated<BR><BR>Xavier<BR><BR>
  <P>
  <HR>

  <P></P>_______________________________________________<BR>Winpcap-users 
  mailing 
  list<BR>Winpcap-users@winpcap.org<BR>https://www.winpcap.org/mailman/listinfo/winpcap-users<BR></BLOCKQUOTE></BODY></HTML>