1
General / Re: LNK2019: unresolved external symbol
« on: May 31, 2016, 10:25:01 am »
Thanks for reply.
I believe this mean there is no step by step quide/list of what should be checked?
I'm not 100% sure (I did this long time ago) but the project from first post was created with"win32 console application". From tutorial I understand that this should be valid template. I usually don't change any settings as long as everything works. Headers are visible, linker clearly can find .lib files. I have no other idea what to do. I guess I should learn what this linker does in background...
So there's no *.dll or ".lib file there?As I said. Now I have .dll files there which I've copied manually but this error disappeared before I did this(just after I've changed the platform to x64).
Understand what (strange) changes you did to the project settings and adapt things accordingly. Since you have a custom setup it could be numerous things that could go wrong.
I believe this mean there is no step by step quide/list of what should be checked?
I'm not 100% sure (I did this long time ago) but the project from first post was created with"win32 console application". From tutorial I understand that this should be valid template. I usually don't change any settings as long as everything works. Headers are visible, linker clearly can find .lib files. I have no other idea what to do. I guess I should learn what this linker does in background...