06-19-2006, 03:00 PM
hmm ok thank you...
Im somehow troubled that you can not get address of member functions
Are you sure its imposible even within same class?
This is going to make me think everything over again, to implement differently...hmmm bah.
*edit*
Ohh and when you use call, will the function still be called in same instance and thread as caller or will it start a new?
I was hoping on usage like: fa(a1,a2)
without need for call or similar...
Im somehow troubled that you can not get address of member functions
Are you sure its imposible even within same class?
This is going to make me think everything over again, to implement differently...hmmm bah.
*edit*
Ohh and when you use call, will the function still be called in same instance and thread as caller or will it start a new?
I was hoping on usage like: fa(a1,a2)
without need for call or similar...
Well thats all for now, 3M

