On 22.6.2006, at 12:19, Björn Eiríksson wrote:
On 21.6.2006, at 23:13, Mars Saxman wrote:
I don't know what you're talking about. A C++ compiler will not
allow you to get the address of an instance method.
This is common misunderstanding, and incorrect. It is only
difficult to do but certainly possible.
Look at the Einhugur framework at: http://www.einhugur.com/cpp/
index.html
where the syntax to bind events is:
canvas->MouseDownEvent.Bind(this,&Window1::canvas_MouseDown);
All in C++
I forgot to add, those are not even static methods, and can be bound
to both private and public methods.
--
______________________________________________________________________
Björn Eiríksson [EMAIL PROTECTED]
Einhugur Software
http://www.einhugur.com/
______________________________________________________________________
Einhugur Software has sold its products in 53 countries world wide.
______________________________________________________________________
For support: [EMAIL PROTECTED]
To post on the maillist: [EMAIL PROTECTED]
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>