On Monday 23 June 2008 16:33:49 Ron Sluiter wrote:
> Anybody got a clue as to why this doesn't link.
> Specs: Visual Studio 6.0 and 7.0, base-3.14.8.2, motorR6-2-2
>
> Creating library motor.lib and object motor.exp
> motorUtilAux.obj : error LNK2019: unresolved external symbol _pdbbase
> referenced in function "char * * __cdecl getMotorList(void)"
> (?getMotorList@@YAPAPADXZ)
>
> Apparently, pdbbase is not in dbIoc; "nm -A dbIoc.lib | grep pdbbase"
> yields no results.
pdbbase is defined in <base>/src/db, in dbAccess.c
Do you build the motor record using the C++ compiler? No other record type
uses C++ for record implementation, so if you do you're the guinea-pig here.
- Andrew
--
Talk is cheap. Show me the code. -- Linus Torvalds
- Replies:
- RE: Visual C++ link errors Mark Rivers
- References:
- Visual C++ link errors Ron Sluiter
- Navigate by Date:
- Prev:
RE: Visual C++ link errors Mark Rivers
- Next:
RE: Visual C++ link errors Mark Rivers
- Index:
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
<2008>
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
- Navigate by Thread:
- Prev:
RE: Visual C++ link errors Mark Rivers
- Next:
RE: Visual C++ link errors Mark Rivers
- Index:
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
<2008>
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
|