Archived Forum Post

Index of archived forum posts

Question:

RSA link errors in release x64

Mar 09 '16 at 08:38

Hi, your code looks great. I was trying to include a small test of your RSA functions into my 3dsmax plugin, but I'm getting link errors.

include <ckrsa.h>

void test(void){ CkRsa rsa; }

1>Socket_Test.obj : error LNK2019: unresolved external symbol "public: cdecl CkRsa::CkRsa(void)" (??0CkRsa@@QEAA@XZ) referenced in function "void cdecl ChilkatSample(void)" (?ChilkatSample@@YAXXZ) 1>Socket_Test.obj : error LNK2019: unresolved external symbol "public: virtual cdecl CkRsa::~CkRsa(void)" (??1CkRsa@@UEAA@XZ) referenced in function "void cdecl ChilkatSample(void)" (?ChilkatSample@@YAXXZ)

did I miss something? Not sure what it can't find


Answer

Thanks angrybear!