| View previous topic :: View next topic |
| Author |
Message |
Claude Guest
|
Posted: Fri Apr 02, 2004 2:16 pm Post subject: Unresolved External |
|
|
Hi,
I am getting: [Linker Error] Unresolved external 'ReportAnError(...)'
I have my library file that contains ReportAnError in a directory in my
library path but the linker can't find the library.
I 'edit option source' and add the library file to either SPARELIBS or
LIBFILES and the program links.
How do I add my library using ide? Which menu item?
I have 20 programs. Is there a way to have the library file found without
updating 20 programs?
|
|
| Back to top |
|
 |
Arnie Mauer Guest
|
Posted: Fri Apr 02, 2004 2:46 pm Post subject: Re: Unresolved External |
|
|
"Claude" <claude (AT) dev (DOT) scomage.com> wrote
| Quote: | Hi,
I am getting: [Linker Error] Unresolved external 'ReportAnError(...)'
I have my library file that contains ReportAnError in a directory in my
library path but the linker can't find the library.
I 'edit option source' and add the library file to either SPARELIBS or
LIBFILES and the program links.
How do I add my library using ide? Which menu item?
I have 20 programs. Is there a way to have the library file found without
updating 20 programs?
|
I think you'll have to add the LIB to all of the projects. Otherwise, the
linker doesn't know what LIBs (other than the standard BCB LIBs) are
required.
- Arnie
|
|
| Back to top |
|
 |
Claude Guest
|
Posted: Tue Apr 06, 2004 1:44 pm Post subject: Re: Unresolved External |
|
|
Hi,
Thanks for the reply.
Is there a ide menu item I use or do I just edit the bpr file directly?
Claude
"Arnie Mauer" <xxx (AT) nowhere (DOT) net> wrote
| Quote: | "Claude" <claude (AT) dev (DOT) scomage.com> wrote in message
news:406d759e$1 (AT) newsgroups (DOT) borland.com...
Hi,
I am getting: [Linker Error] Unresolved external
'ReportAnError(...)'
I have my library file that contains ReportAnError in a directory in my
library path but the linker can't find the library.
I 'edit option source' and add the library file to either SPARELIBS or
LIBFILES and the program links.
How do I add my library using ide? Which menu item?
I have 20 programs. Is there a way to have the library file found
without
updating 20 programs?
I think you'll have to add the LIB to all of the projects. Otherwise, the
linker doesn't know what LIBs (other than the standard BCB LIBs) are
required.
- Arnie
|
|
|
| Back to top |
|
 |
|