Board index » cppbuilder » Firing COM Events in BCB4
luis_catala
![]() CBuilder Developer |
Mon, 06 May 2002 03:00:00 GMT
Firing COM Events in BCB4
Hi,
I'm usin BCB 4 in Windows NT 4.0 in order to server Events using COM void __fastcall TForm1::Button2Click(TObject *Sender) for(int i = 0;i<Objetos->Count;i++) Quote} redirected to COM Clientes. I 've put this code in this thread, like this: ... // Same Polling event in the Thread (not the principal Thread): TTPBXImpl * pObj; for(int i = 0;i<Objetos->Count;i++) Quote} .... next to event .... to pool .. and so on ////////7 But NOTHING Happen. In the Client Side , nothing !!!!, in the Server Side, What's wrong ? Luis Cataln begin 666 luis catalan hernandez.vcf |