Abdelrazak Younes wrote: > Personally, I think the frontend fits very well in a dynamic library.
>From e theoretical PoV, yes. > Being able to distribute a modified GUI dll without having to touch and > distribute the core would be very nice. But that would create a version problem. Right now we can easily change the frontend/kernel interface from version 1.4.n to 1.4.n+1 if needed. That would not be possible anymore with a frontend dll or create much maintenance work. Georg