<!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.2900.2873" name=GENERATOR></HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>yes, I know a driver is needed. I just want my dll 
to load correctly even when winpcap isn't installed. Of course, it wouldn't work 
but it would give me the possibility to inform the user.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>thanks anyway</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Marcel</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=ashish_frnds@yahoo.co.in 
  href="mailto:ashish_frnds@yahoo.co.in">ashish yadav</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> Friday, April 21, 2006 10:20 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [Winpcap-users] dynamic 
  loading of wpcap.dll</DIV>
  <DIV><BR></DIV>
  <DIV>hi..</DIV>
  <DIV>see apart from loading wpcap.dll at runtime..</DIV>
  <DIV>that dll also requires som driver running in kernel mode ...(npf.sys(as i 
  remember the name)&nbsp;in this case)</DIV>
  <DIV>otherwise it won't work...</DIV>
  <DIV>so u can do this thing u can put that file in the installation diectory 
  and register that driver..or jus tell the user to install the required library 
  files..</DIV>
  <DIV>i think that would work..</DIV>
  <DIV>bye.<BR><BR><B><I>Marcel van Lieshout &lt;marcel@hmcs.nl&gt;</I></B> 
  wrote:</DIV>
  <BLOCKQUOTE class=replbq 
  style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">
    <META content="MSHTML 6.00.2900.2873" name=GENERATOR>
    <STYLE></STYLE>

    <DIV><FONT face=Arial size=2>Hello,</FONT></DIV>
    <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
    <DIV><FONT face=Arial size=2>I'm writing a ethernet-chip simulatormodule 
    using WinPcap. The simulatormodule is written as a dll, loaded when needed 
    by the simulator_manager. To get the module-specifics, the manager 
    loads/unloads&nbsp;all modules during an enumeration&nbsp;at simulator 
    startup. Because my module uses WinPcap, wpcap.dll is loaded, too. This all 
    works fine.</FONT></DIV>
    <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
    <DIV><FONT face=Arial size=2>Except...</FONT></DIV>
    <DIV><FONT face=Arial size=2>When WinPcap isn't installed (no wpcap.dll on 
    the PC), the load of my module fails (of course). This means that users that 
    want to use the simulator, but not my module, have a problem.</FONT></DIV>
    <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
    <DIV><FONT face=Arial size=2>Question</FONT></DIV>
    <DIV><FONT face=Arial size=2>Is there a possibility to defer the load of 
    wpcap.dll? Either explicitly ( pcap_Load() ) or implicit at first 
    library-call?</FONT></DIV>
    <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
    <DIV><FONT face=Arial size=2>Thank you</FONT></DIV>
    <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
    <DIV><FONT face=Arial size=2>Marcel van 
    Lieshout</FONT></DIV>_______________________________________________<BR>Winpcap-users 
    mailing 
    list<BR>Winpcap-users@winpcap.org<BR>https://www.winpcap.org/mailman/listinfo/winpcap-users<BR></BLOCKQUOTE><BR>
  <P>
  <HR SIZE=1>
  Jiyo cricket on <A 
  href="http://us.rd.yahoo.com/mail/in/mailcricket/*http://in.sports.yahoo.com/cricket/">Yahoo! 
  India cricket</A><BR><A 
  href="http://us.rd.yahoo.com/mail/in/mailmobilemessenger/*http://in.mobile.yahoo.com/new/messenger/">Yahoo! 
  Messenger Mobile</A> Stay in touch with your buddies all the time.
  <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>