From: Carlos G. A. <car...@te...> - 2003-06-12 18:49:55
|
Hello: > I would be more than happy to help you with the Event implementation. Huuuummmmm one question i'm reviewing the firebird sources, if i understand well ( i have no great level of C++ ) for isc_que_events we need to send anything like this: db.Output.WriteInt(op_que_events); // Op code db.Output.WriteInt(db.Handle); // Database object id db.Output.WriteTyped(GdsCodes.EPB_version1, epb);// Event description block db.Output.WriteLong(0); // Address of ast routine db.Output.WriteLong(0); // Argument to ast routine db.Output.WriteInt(db.RemoteEventId); // Client side id of remote event But how we can send tge address of ast rountine ( i was thinking on send the addess of a delegate but i'nm nosure if it can be :D ), and the argument list, any idea ?? -- Best regards Carlos Guzmán Álvarez Vigo-Spain "No tengo dones especiales.Sólo soy apasionadamente curioso" Albert Einstein, científico. |