Hi Experts,
I'm using Visual Studio 2010. Having problems converting a project. I'm getting the following linker error:
1>------ Build started: Project: KKGActivation, Configuration: Debug Win32 ------
1>Build started 16/11/2010 11:41:55 AM.
1>InitializeBuildStatus:
1> Touching "Debug\KKGActivation.unsuccessfulbuild".
1>ClCompile:
1> All outputs are up-to-date.
1>SecurityHelper.lib(Fingerprint.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static __int64 __cdecl Poco::StreamCopier::copyStream(class std::basic_istream<char,struct std::char_traits<char> > &,class std::basic_ostream<char,struct std::char_traits<char> > &,unsigned int)" (__imp_?copyStream@StreamCopier@Poco@@SA_JAAV?$basic_istream@DU?$char_traits@D@std@@@std@@AAV?$basic_ostream@DU?$char_traits@D@std@@@4@I@Z) referenced in function "public: static class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl CFingerprint::GetFingerprint(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?GetFingerprint@CFingerprint@@SA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V23@@Z)
1>C:\devlio2008\OpenGLGraph\KneeKG\Debug\Debug\\KKGActivation.exe : fatal error LNK1120: 1 unresolved externals
As you can see, it's referencing the SecurityHelper.lib and cannot find Poco::StreamCopier::CopyStream. I do have this library referenced in the KKGActivation project as an included library as well as in SecurityHelper. What am I missing??
Thanks,
Mike