Why SWModule::getRawEntry returns char*? A module may have to say images as its elements and so void* would seem to be more appropriate. Can I use this for returning (casted to char*) a pointer to something different from text string?
I need this because I am creating a module which includes "submodules" (every entry of a module is itself a complex data structure and can be considered as a module). Any thoughts? -- Victor Porton ([EMAIL PROTECTED])
