> Hello, > I wrote small object oriented console, but in graphics. I must > give address of my window procedure and this is method of an object. > Is there any way how to get method address? > Thanks for help That is not possible. A method gets hidden parameters. You need to write a wrapper procedure that will be passed as window procedure