i'm following this tutorial, but every time(3d time through) when i'm at the end and want to build my program i get this error
Error 1 error LNK1104: cannot open file 'C:\Users\***\Desktop\***\Debug\***_Lib.lib'
the exe application had the reference and the additional includes set. if i change the _Lib(dll project) to a static lib it forks just fine i but i want a dll not a lib file. i just don't understand why it wants the lib file.