On Tue, Apr 30, 2002 at 05:12:03AM +0200, Michael Nordstr�m wrote: > > Potentially, this can be solved by calling > > > > CloseDocList(); > > ReleaseDocInfoList(); > > > > Inside of StartApplication(); > > Huh, why would it help to close something that isn't open? ;-)
Well, it was only suggested as a potential solution. Basically, it tries to close it, and release it, just as a _reset_ of the doc list each time it starts. Out of curiousity, is there much point to actually having a doclist? I would suppose that it acts as a cache to make sure we have the latest info, but quite very well it may make sence just to re-create it each time plucker the library is called (if it has not already been called during that session). I mean, the whole thing could just be stored in as a memory handle. -- Adam McDaniel Array Networks Calgary, AB, Canada
