Hi
after about six hour of  successfull compiling/linking wengong code using
msvc7.1 i face that errors:(
i try to touch NonCopyable.cpp/h constructor and destructor adding void as
parameter , without success .. just other 2 hours to get the error result
back again:)
maybe someone can explain it or point me on the right direction?
Thx in advance

  Creating library debug\wifo\phapi\phapi.lib and object
debug\wifo\phapi\phapi.exp
owutil.lib(File.obj) : error LNK2001: unresolved external symbol "protected:
__thiscall NonCopyable::~NonCopyable(void)" (??1NonCopyable@@[EMAIL PROTECTED])
webcam.lib(WebcamDriver.obj) : error LNK2019: unresolved external symbol
"protected: __thiscall NonCopyable::~NonCopyable(void)" (??1NonCopyable@@
[EMAIL PROTECTED]) referenced in function $L168963
webcam.lib(DirectXWebcamDriver.obj) : error LNK2001: unresolved external
symbol "protected: __thiscall NonCopyable::~NonCopyable(void)"
(??1NonCopyable@@[EMAIL PROTECTED])
owutil.lib(Logger.obj) : error LNK2001: unresolved external symbol
"protected: __thiscall NonCopyable::~NonCopyable(void)" (??1NonCopyable@@
[EMAIL PROTECTED])
owutil.lib(Path.obj) : error LNK2001: unresolved external symbol "protected:
__thiscall NonCopyable::~NonCopyable(void)" (??1NonCopyable@@[EMAIL PROTECTED])
webcam.lib(WebcamDriver.obj) : error LNK2019: unresolved external symbol
"protected: __thiscall NonCopyable::NonCopyable(void)" (??0NonCopyable@@
[EMAIL PROTECTED]) referenced in function "public: __thiscall
IWebcamDriver::IWebcamDriver(int)" (??0IWebcamDriver@@[EMAIL PROTECTED]@Z)
webcam.lib(DirectXWebcamDriver.obj) : error LNK2001: unresolved external
symbol "protected: __thiscall NonCopyable::NonCopyable(void)"
(??0NonCopyable@@[EMAIL PROTECTED])
owutil.lib(Logger.obj) : error LNK2001: unresolved external symbol
"protected: __thiscall NonCopyable::NonCopyable(void)" (??0NonCopyable@@
[EMAIL PROTECTED])
owutil.lib(File.obj) : error LNK2001: unresolved external symbol "protected:
__thiscall NonCopyable::NonCopyable(void)" (??0NonCopyable@@[EMAIL PROTECTED])
debug\wifo\phapi\phapi.dll : fatal error LNK1120: 2 unresolved externals
scons: *** [debug\wifo\phapi\phapi.dll] Error 1120
scons: building terminated because of errors.


--
Luca Rocchi
http://www.googleearthairlines.com
http://www.s1100sampler.com
http://www.musicdyne.com
_______________________________________________
Wengophone-devel mailing list
[email protected]
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

Reply via email to