On 06/08/02 Rachel Hestilow wrote: > So I discovered that .NET has its own late-binding functionality, which > I need for MonoLOGO. Up till now I have been using my own dynamic > dispatch code, but I'd like to replace it with the appropriate calls to > InvokeMember()...unfortunately, this is not implemented yet. I'd like to > try my hand at implementing it, since I've already implemented it once > for LOGO. Any objections/suggestions?
Patrik started implementing it, he even sent a (partial) patch to mono-hackers. If he doesn't show up you can start from there. Basically many things are already implemented and just need to be connected and you need the default Binder implementation. lupus -- ----------------------------------------------------------------- [EMAIL PROTECTED] debian/rules [EMAIL PROTECTED] Monkeys do it better _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
