Hi,

In one of my programm i've two consecutive call to EvtAddEventToQueue.

The first event is pulled in the queue ... But there are no trace of the second 
event.

It's two different user event. The code is pascal (but it s very similar to c)

MemSet(Evt,sizeof(evt),0);
evt.etype:=UserEvent1;
event.user1.id:=theid;
EvtAddEventToQueue(@evt);

MemSet(Evt,sizeof(evt),0);
evt.etype:=UserEvent2;
event.user2.id:=theid;
EvtAddEventToQueue(@evt);

I don't understand why this second event isn't in the queue. Any idea ?

Thanks
--
Khertan
http://www.khertan.net/
-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to