Before i posted to the List, i already managed too bind the Non-Member 
Functions to the Handler (e.g. ecore_event_handler_add)

int Test( void *d, int t, void *e ) { return 0; }
ecore_event_handler_add( ECORE_IPC_EVENT_SERVER_DEL, &Test, NULL );

I think it's the same in Factory.*.

My Problem is, if i have a class and a Memberfunctions Test like the one above, 
i can't right of it. ( xnowfall tells us a plausible Reason why it doesn't fit 
like i tried it )
This Version would look like

int 
ClassA::Test( void *d, int t, void *e ) { return 0; }
ecore_event_handler_add( ECORE_IPC_EVENT_SERVER_DEL, <CannotBindIt>, NULL );
<CannotBindIt>: &ClassA::Test, &ClassA->Test, bind<...>(...)
Nothing worked.

I guess this Example from avisynth is for Non-ClassMember Functions, or am i 
wrong?


Greets,
        Christian


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to