Screens Environment is a multi-platform component based middleware research project designed to connect technologies together and provide better user experiences for the future of computing http://sourceforge.net/projects/screensos/
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!
Subscribe to:
Post Comments (Atom)
1 comment:
in the downloads section of Sourceforge, I can not find .80, I can only find .46
Post a Comment