SteveBrett
Programmer
AFAIK I have added a DLL correclty and yet am still gettting the following errors:
SSLTest error LNK2019: unresolved external symbol "public: int __thiscall COpenSSLApp::Hello(void)" (?Hello@COpenSSLApp@@QAEHXZ) referenced in function "public: void __thiscall CSSLTestDlg::OnBnClickedButton1(void)" (?OnBnClickedButton1@CSSLTestDlg@@QAEXXZ)
I created the Hello function as a test and can see it from the call app. However I get the errors when I compile the calling app. As a bit of a newbiew to C++ (god this is SO easy in C#) I'm kind of struggling.
The header file for COpenSSLApp is inluded and there is an entry for the location of the lib file.
Any ideas ?
SSLTest error LNK2019: unresolved external symbol "public: int __thiscall COpenSSLApp::Hello(void)" (?Hello@COpenSSLApp@@QAEHXZ) referenced in function "public: void __thiscall CSSLTestDlg::OnBnClickedButton1(void)" (?OnBnClickedButton1@CSSLTestDlg@@QAEXXZ)
I created the Hello function as a test and can see it from the call app. However I get the errors when I compile the calling app. As a bit of a newbiew to C++ (god this is SO easy in C#) I'm kind of struggling.
The header file for COpenSSLApp is inluded and there is an entry for the location of the lib file.
Any ideas ?