|
From: Williams, B. <bwi...@ra...> - 2005-11-09 14:52:55
|
Greetings:
=20
I am having some difficulty in determining the following error cause.
=20
I can build the debug library (right from the distribution) installed on
my build machine using properly configured paths &c with ACE 5.4.7, TAO
1.4.7.
=20
I have not yet removed the recursive function calls (function "=3D=3D") =
from
the sources.
=20
Does anyone have an idea of what might be causing this undefined error?
=20
TIA,
=20
Bert Williams.
=20
Linking...
Creating library .\Release/ieee1451.lib and object
.\Release/ieee1451.exp
clientport.obj : error LNK2019: unresolved external symbol "public:
class ACE_Future<class ArgumentArray *> __thiscall
IEEE1451_ClientPort::doExecute(void)"
(?doExecute@IEEE1451_ClientPort@@QAE?AV?$ACE_Future@PAVArgumentArray@@@@
XZ) referenced in function "public: class OpReturnCode __thiscall
IEEE1451_ClientPort::Execute(enum ExecuteMode const &,enum OperationID
const &,class ArgumentArray const &,class ArgumentArray &)"
(?Execute@IEEE1451_ClientPort@@QAE?AVOpReturnCode@@ABW4ExecuteMode@@ABW4
OperationID@@ABVArgumentArray@@AAV5@@Z)
c:\RUSSV2DEV\russ\Software\ThirdParty\ncap\lib\ieee1451.dll : fatal
error LNK1120: 1 unresolved externals
=20
Build log was saved at
"file://c:\Russv2dev\Russ\Software\ThirdParty\ncap\ieee1451\Release\Buil
dLog.htm"
ieee1451 - 2 error(s), 0 warning(s)
=20
=20
---------------------- Done ----------------------
=20
Build: 0 succeeded, 1 failed, 0 skipped
|