DLL problem

hubber26
01-22-2008, 02:09 AM
Hi

I have c++ DLL which I then connect to VB
DLL is connecting to winpcap and act as sniffer.

in DLL there is procedure called start.

VB:
Private Declare Sub start Lib "c:\sniffer.dll" ()

but in procedure start there is a loop and when i call it from VB then VB application is blocked until loop finish.

Is there a way to my application to work uninterrupted.

Thanks

the master
01-22-2008, 03:00 AM
Not really. You would have to edit the C++ dll for that.

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum