<br><br><div class="gmail_quote">On Sat, Nov 13, 2010 at 5:51 AM, Gianluca Varenni <span dir="ltr">&lt;<a href="mailto:gianluca.varenni@cacetech.com">gianluca.varenni@cacetech.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">




<div style="padding-left: 10px; padding-right: 10px; padding-top: 15px;" name="Compose message area">
<div><font face="Calibri">Do you have a sample wxWidgets based application showing 
the issue that you can send me? I don&#39;t need the sources, just 
binary.</font></div>
<div><font face="Calibri"></font> </div>
<div><font face="Calibri">Also, which version of Windows and WinPcap are you 
using?</font></div>
<div><font face="Calibri"></font> </div>
<div><font face="Calibri">Have a nice day</font></div>
<div><font face="Calibri">GV</font></div>
<div style="font: 10pt Tahoma;">
<div><br></div>
<div style="background: none repeat scroll 0% 0% rgb(245, 245, 245);">
<div><b>From:</b> <a title="cshong87@gmail.com" href="mailto:cshong87@gmail.com" target="_blank">Chin Shi Hong</a> </div>
<div><b>Sent:</b> Sunday, November 07, 2010 12:16 AM</div>
<div><b>To:</b> <a title="winpcap-users@winpcap.org" href="mailto:winpcap-users@winpcap.org" target="_blank">winpcap-users@winpcap.org</a> </div>
<div><b>Subject:</b> [Winpcap-users] Winpcap library incompatible with wxWidgets 
library?</div></div></div><div><div></div><div class="h5">
<div><br></div>Dear All,<br><br>No problem if I use Winpcap library without 
other libraries.<br><br>But, if I use Winpcap library in a wxWidgets based GUI 
program, I tried to display the index number of network adapters&#39; name in a 
VomboBox, the pcap_findalldevs() function do not return error but fails to 
detect all Network Adapters on my computer.<br><br>What may had caused the 
problem?<br><br>I MUST use both Winpcap and wxWidgets library.<br><br>So, what 
should I do now?<br><br>Please do not hestitate to request for my source codes 
if you need it.<br>
</div></div><p>
</p><hr>

<p></p>_______________________________________________<br>Winpcap-users mailing 
list<br><a href="mailto:Winpcap-users@winpcap.org" target="_blank">Winpcap-users@winpcap.org</a><br><a href="https://www.winpcap.org/mailman/listinfo/winpcap-users" target="_blank">https://www.winpcap.org/mailman/listinfo/winpcap-users</a><br>
</div>
<br>_______________________________________________<br>
Winpcap-users mailing list<br>
<a href="mailto:Winpcap-users@winpcap.org">Winpcap-users@winpcap.org</a><br>
<a href="https://www.winpcap.org/mailman/listinfo/winpcap-users" target="_blank">https://www.winpcap.org/mailman/listinfo/winpcap-users</a><br>
<br></blockquote></div><br>Hi,<br><br>I found that the problem will occur if I don&#39;t use multi-threading. I had solved the problem by creating another thread (use wxThread class) for winpcap&#39;s functions.<br><br>If I got free time, I will create another wxWidgets and winpcap based application without multi-threading, then post the source to the development mailing list of both wxWidgets and winpcap so that developers of both sides can fix the problem.<br>
<br>Regards,<br>