Question:
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.
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
Thanks angrybear!