On Mon, Sep 04, 2006 at 09:28:33PM +0200, Peter Kümmel wrote: > I've started to build shared libraries instead of static ones, > because linking is so slow under windows. > > I only have successfully build the support library after > some small file moving (from src to support). > > Then I've tried to do the same with controllers, but there are > so much dependencies to the executable and to the frontend > that I've given up. > > So my question: Which libraries could in principle be > build as shared libraries?
In the Windows sense of 'completely selfcontained'? None I suppose... Andre'