On Wed, 20 Mar 2002 13:05:39 -0500 (Eastern Standard Time) Dana Chee <[EMAIL PROTECTED]> wrote:
DC> Just to see what a module might be, I enabled the calendar module, and could DC> no longer run mahogany Yes, sorry, this is a known bug (see the bug tracker) and I will try to fix it before 0.65 although doing it would be difficult as I have no idea about how exactly the calendar module should behave... As for "what a module might be", you're out of luck for Windows as everything is always compiled in the main program anyhow statically. But under Unix the modules are loaded dynamically (from DLLs) which is kind of neat because you don't have to load the HTML module at all if you never use it, for example. Potentially even better, you can add/remove modules without changing the main program and even without stopping it. Regards, VZ _______________________________________________ Mahogany-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mahogany-users
