Imort an Event from a VC++ DLL
Visual Basic
1
Posts
1
Posters
1
Views
1
Watching
-
I wrote a Multithread ARCNET-Driver in VC++. It receives Data Packets from the NullStackDriver. My VB6 Application opens an controls the Driver. So far so good. The VC++ DLL is managed by serval Events (CreateEvent(), SetEvent(); ResetEvent(); WaitForSingleObject()...) On receiving a Complete DataPacket i would like to send a additional Event ex. EVENT_RX to signalize my VB6 that it can read the Packet from the Queue and prozess it. How can I make my VB6 Application to react on this EVENT_RX ? Thanks for any Inputs! :rolleyes: