[sword-devel] Builder Linker Problem

David Trotz sword-devel@crosswire.org
Wed, 9 May 2001 22:19:44 -0700


I know I should try to solve this error on my own but I am still new to
Builder and I want to play around a bit before I get into the solving stuff.
I already had to find out what the error BORDBK51.DLL Missing or
Unregistered meant. I have spent an hour trying to fix it and finally did
but now I have this error and I was hoping someone with smarts could look at
my compiler dump and tell me what I may have done wrong. Any help is
appresciated.
Thanks in Advance,
David


<SNIP>

[C++ Warning] mainfrm.h(39): W8070 Function should return a value
[C++ Warning] mainfrm.h(70): W8070 Function should return a value
[C++ Warning] mainfrm.cpp(118): W8004 'newrtf' is assigned a value that is
never used
[C++ Warning] mainfrm.cpp(128): W8030 Temporary used for parameter 'x' in
call to 'list<SWDisplay *,allocator<SWDisplay *> >::insert(list<SWDisplay
*,allocator<SWDisplay *> >::iterator,SWDisplay * const &)'
[C++ Warning] mainfrm.cpp(143): W8030 Temporary used for parameter 'x' in
call to 'list<SWDisplay *,allocator<SWDisplay *> >::insert(list<SWDisplay
*,allocator<SWDisplay *> >::iterator,SWDisplay * const &)'
[C++ Warning] mainfrm.cpp(178): W8030 Temporary used for parameter 'x' in
call to 'list<SWDisplay *,allocator<SWDisplay *> >::insert(list<SWDisplay
*,allocator<SWDisplay *> >::iterator,SWDisplay * const &)'
[C++ Warning] mainfrm.cpp(629): W8018 Assigning int to TColor
[C++ Warning] mainfrm.h(39): W8070 Function should return a value
[C++ Warning] mainfrm.h(70): W8070 Function should return a value
[C++ Warning] editentryfrm.cpp(308): W8012 Comparing signed and unsigned
values
[C++ Warning] GBFRTF.H(35): W8022 'GBFRTF::ProcessText(char *,int,const
SWKey *)' hides virtual function 'SWFilter::ProcessText(char *,int)'
[C++ Warning] RWPRTF.H(38): W8022 'RWPRTF::ProcessText(char *,int,const
SWKey *)' hides virtual function 'SWFilter::ProcessText(char *,int)'
[C++ Warning] THMLRTF.H(35): W8022 'ThMLRTF::ProcessText(char *,int)' hides
virtual function 'SWFilter::ProcessText(char *,int,const SWKey *)'
[C++ Warning] mainfrm.h(39): W8070 Function should return a value
[C++ Warning] mainfrm.h(70): W8070 Function should return a value
[C++ Warning] bookmarkfrm.cpp(58): W8060 Possibly incorrect assignment
[C++ Warning] bookmarkfrm.cpp(60): W8060 Possibly incorrect assignment
[C++ Warning] bookmarkfrm.cpp(205): W8060 Possibly incorrect assignment
[C++ Warning] mainfrm.h(39): W8070 Function should return a value
[C++ Warning] mainfrm.h(70): W8070 Function should return a value
[C++ Warning] mainfrm.h(39): W8070 Function should return a value
[C++ Warning] mainfrm.h(70): W8070 Function should return a value
[C++ Warning] CommentPanel.cpp(23): W8070 Function should return a value
[C++ Warning] CommentPanel.cpp(42): W8070 Function should return a value
[C++ Warning] mainfrm.h(39): W8070 Function should return a value
[C++ Warning] mainfrm.h(70): W8070 Function should return a value
[C++ Warning] BookMarkPanel.cpp(111): W8060 Possibly incorrect assignment
[C++ Warning] BookMarkPanel.cpp(113): W8060 Possibly incorrect assignment
[C++ Warning] BookMarkPanel.cpp(322): W8060 Possibly incorrect assignment
[C++ Warning] TextPanel.cpp(21): W8070 Function should return a value
[C++ Warning] LDPanel.cpp(22): W8070 Function should return a value
[Linker Error] Unresolved external 'GBFHeadings::~GBFHeadings()' referenced
from C:\SWORD\APPS\WINDOZE\CBUILDER5\PROTOTYPE\SWORDLIB.LIB|swmgr
[Linker Error] Unresolved external 'GBFHeadings::GBFHeadings()' referenced
from C:\SWORD\APPS\WINDOZE\CBUILDER5\PROTOTYPE\SWORDLIB.LIB|swmgr
[Linker Error] Unresolved external 'zCom::~zCom()' referenced from
C:\SWORD\APPS\WINDOZE\CBUILDER5\PROTOTYPE\SWORDLIB.LIB|swmgr
[Linker Error] Unresolved external 'RawLD4::~RawLD4()' referenced from
C:\SWORD\APPS\WINDOZE\CBUILDER5\PROTOTYPE\SWORDLIB.LIB|swmgr
[Linker Error] Unresolved external 'RawStr4::~RawStr4()' referenced from
C:\SWORD\APPS\WINDOZE\CBUILDER5\PROTOTYPE\SWORDLIB.LIB|swmgr
[Linker Error] Unresolved external 'zCom::zCom(const char *, const char *,
const char *, int, SWCompress *, SWDisplay *)' referenced from
C:\SWORD\APPS\WINDOZE\CBUILDER5\PROTOTYPE\SWORDLIB.LIB|swmgr
[Linker Error] Unresolved external 'RawLD4::RawLD4(const char *, const char
*, const char *, SWDisplay *)' referenced from
C:\SWORD\APPS\WINDOZE\CBUILDER5\PROTOTYPE\SWORDLIB.LIB|swmgr

</SNIP>