Friday, March 09, 2007

Module Methods finally work

Hi, Module Methods finally work. I have simplified the design by removing actions and using types to add additional implementations of the same method. This makes it more simple to manage methods since you can find a method easily. To add a method: 1] Define a method name 2] Add a MODULE_INTERFACE_FUNCTION entry in Module.c of the module 3] Add a method wrapper calling CoreObjectSend 4] Call CoreObjectAddMethod to register the method The code is maturing very nicely and I am feeling more comfortable with it as time goes by. Its alot of hard work but so worth it!

1 comment:

Anonymous said...

in the downloads section of Sourceforge, I can not find .80, I can only find .46