Re: [Pgui-devel] pgOrganizer

2001-11-20 Thread Micah Dowty
That's pretty neat. Seems to work a lot better with the correct library paths :) I just thought I'd mention an alternative to putting each component in a shared library- the shared library approach works fine, but i'm worried about portability of dlopen(). You could have a 'main' app, like the

[Pgui-devel] pgOrganizer

2001-11-19 Thread Mark and Janice Juszczec
Carpman you wrote: >Date: Sun, 18 Nov 2001 13:35:06 -0600 >Subject: [Pgui-devel] pgOrganizer > >Right before the PIM sketches came out, I started working on an >organizer program myself. It consists of a framework application that >loads shared object modules for the di

[Pgui-devel] pgOrganizer

2001-11-18 Thread Carpman
Right before the PIM sketches came out, I started working on an organizer program myself. It consists of a framework application that loads shared object modules for the different organizers (such as a contacts module, a database module, a todo module, etc...). The two projects might be compat