Question:
Hi, I'm writing a basic CkSpider My code has no errors it is compiling well but I am getting following linking errors:
main.obj : error LNK2019: unresolved external symbol "public: virtual thiscall CkSpider::~CkSpider(void)" (??1CkSpider@@UAE@XZ) referenced in function _main 1>main.obj : error LNK2019: unresolved external symbol "public: void thiscall CkSpider::Initialize(char const *)" (?Initialize@CkSpider@@QAEXPBD@Z) referenced in function _main 1>main.obj : error LNK2019: unresolved external symbol "public: __thiscall CkSpider::CkSpider(void)" (??0CkSpider@@QAE@XZ) referenced in function _main
Note - I have added foolowing libraries to my Linker as mentioned in the documentation. rpcrt4.lib;dnsapi.lib;crypt32.lib;ws2_32.lib;advapi32.lib; I am using Microsoft Visual C++ 2010 Express.
Any help would be highly appreciated. Thank you!
Don't forget to add the actual Chilkat .lib itself...
how did you resolve this error i am also getting the same error...if you have made your spider can you please share it