[Gambas-devel] Gambas Interface
Daniel
daniel.campos at ...103...
Wed Apr 28 19:12:24 CEST 2004
OH, GOD! Finally found it! I was working with a quite old callback
function definition! In gambas 0.6x (when I started the network
component) there was only:
void (* callback ) ( long param );
Now it is:
void (* GB_WATCH_CALLBACK ) ( int fd , int type , long param );
It is good to have a wiki with all old versions saved!!!
Regards, and sorry for the waste of time,
Daniel Campos
More information about the Devel
mailing list