
please wait
CRC32.obj : error LNK2019: unresolved external symbol "void __cdecl utils::cpy_array<char>(char * &,char * &,int)" (??$cpy_array@D@utils@@YAXAAPAD0H@Z) referenced in function "public: __thiscall CRC32::CRC32(char *,int)" (??0CRC32@@QAE@PADH@Z) 1>C:\Documents and Settings\aba\My Documents\Visual Studio 2008\Projects\Encryption\Debug\Encryption.exe : fatal error LNK1120: 1 unresolved externals |
utils::cpy_array
, will remove the error, but - of course - that is not a suitable solution.utils::cpy_array
.utils::cpy_array
at all, called string get_flags(char *input[], char *delims)
.1>Main.obj : error LNK2005: "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl utils::get_flags(char * * const,char *)" (?get_flags@utils@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAPADPAD@Z) already defined in CRC32.obj 1>C:\Documents and Settings\aba\My Documents\Visual Studio 2008\Projects\Encryption\Debug\Encryption.exe : fatal error LNK1169: one or more multiply defined symbols found |
|
|