[sword-devel] BCPP 6.0 - unresolved linking
Jonathan Mickelson
sword-devel@crosswire.org
Mon, 05 Apr 2004 19:28:24 -0400
Troy,
I have a working build of BibleCS using BCB6. Thank you for your help.
I now understand enough of the build and implementation process to
assist others who wish to do the same.
I'll begin working on the simple BCB6 interface to serve as a starting
point for others. Thanks for all your help.
- Jonathan
Troy A. Griffitts wrote:
> Jonathan,
> I think this is probably a legitimate current bug. Here is my
> suspicion... We've recently modified the engine to use statics to
> destroy a few system objects: FileMgr::systemFileMgr,
> LocaleMgr::systemLocaleMgr, SWLog::systemLog
>
> I think the order of destruction might be off. It seems one of these
> objects gets destroyed before bookmarks get saved on close of the
> application.
>
> If you'd like to hunt this down, I would suggest placing breakpoints
> in each of the static destroyer objects, and also in the save bookmark
> method, and see which gets called first.
>
> Hope this helps and might be a good place for you to jump in,
> -Troy.
>