Hi,
Quoting David Hampton <[EMAIL PROTECTED]>:
> On Thu, 2007-02-15 at 12:43 -0500, Peter McAlpine wrote:
>
>> And so I pose this question: is GnuCash to have a modular design or
>> not? If yes, then the modules need to be ripped apart and made to use
>> a strict interface. If no, then the GNCMod
On Thu, 2007-02-15 at 12:43 -0500, Peter McAlpine wrote:
> And so I pose this question: is GnuCash to have a modular design or
> not? If yes, then the modules need to be ripped apart and made to use
> a strict interface. If no, then the GNCModule code should be ripped
> out and everything should (g
On Thu, 2007-02-15 at 12:43 -0500, Peter McAlpine wrote:
> And so I pose this question: is GnuCash to have a modular design or
> not? If yes, then the modules need to be ripped apart and made to use
> a strict interface. If no, then the GNCModule code should be ripped
> out and everything should (
After some investigation it's seems to me that it would be a good idea
to set a clear direction for how GnuCash uses modules.
Here is the problem I see exists now: Upon program initialization the
modules are loaded (as GModule's), but throughout the core code and
the module code GnuCash is directl