<p>----- Original Message -----<br>From:Aviad&amp;nbsp;Yehezkel&amp;nbsp;<br><a href="mailto:To:winpcap-users@winpcap.org">To:winpcap-users@winpcap.org</a><br>Subject:[Winpcap-users]&amp;nbsp;Problem&amp;nbsp;linking&amp;nbsp;to&amp;nbsp;wpcap.lib
<br>Date:07-11-23 02:46:54</p>
<div><br>I need help in compiling my program.<br>i installed winpcap driver + dll (the exe file) on 64 bit machine.<br>i wrote a program that using pcap functions. when i am compling it in&amp;nbsp;64 bit&amp;nbsp;mode i get an unsloved link symbol to the pcap functions, but when i am compling it in 32 bit mode, everything is working fine. i think the 
wpcap.lib from the developer pack is for 32 bit, but i can&#39;t understand why it is working on 64 bit machine? - didn&#39;t the installation of winpcap install a dll&amp;nbsp;of 64 bit?<br>please help..<br>&amp;nbsp;<br>
_______________________________________________ Winpcap-users mailing list <a href="mailto:Winpcap-users@winpcap.org">Winpcap-users@winpcap.org</a> <a href="https://www.winpcap.org/mailman/listinfo/winpcap-users">https://www.winpcap.org/mailman/listinfo/winpcap-users
</a><br>&amp;nbsp;<br>if the unsloved link symbol is a lib,&amp;nbsp;maybe there is no lib the 64 bit compiler needs&amp;nbsp;but 32 bit&amp;nbsp;compiler doesn&#39;t.check the oak&amp;nbsp; or ddk,etc<br>of course,32bit program can work on an 64 bit machine
<br>but 64bit program can not work on 32 bit machine.<br>&amp;nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>So when i am installing the exe file of winpcap that includes the driver and the DLL on 64 bit machine, i understand it is installing a DLL that was compiled in 32 bit mode? (because the wpcap.lib in the develop pack is for 32 bit mode).
</div>