cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

ankurdh
Journeyman III

Unresolved external

Error 2 error LNK2019: unresolved external symbol "public: __thiscall streamsdk::SDKFile::~SDKFile(void)" (??1SDKFile@streamsdk@@QAE@XZ) referenced in function _main main.obj FirstOpenCL

I've set all the .lib files, and the include directories, i've also set the runtime libraries to MTd,

I've also included the SDKUtil.lib as the additional dependency in the linker options.

Still i'm getting the error. Plz help as soon as possible.

Thank you.

0 Likes
1 Reply
omkaranathan
Adept I

Make sure that your project builds SDKUtil, before compiling your program.

0 Likes