How to bind delegate class manually

Hi,
I read this article(http://www.cocos2d-x.org/projects/cocos2d-x/wiki/How_to_bind_C++_to_Javascript) and notice a limitation says “delegate class won’t work. so we have to bind it manually.”I don’t know what “bind it manually” means,is there any demo about it?

Thanks

I’ve solved it!
I found some manual bind code in jsb_cocos2dx_extension_manual.cpp and make my code work.
It’s ok now.

Awesome, man. :slight_smile:
xinyu li wrote:

I’ve solved it!
I found some manual bind code in jsb_cocos2dx_extension_manual.cpp and make my code work.
It’s ok now.