I have a file foo.h that has various declarations for functions. All of these functions are implemented in a file foo.dll. However, when I include th
foo.h
foo.dll
I just had a similar problem. The solution turned out to be that the DLL was 64 bit, and the simple app using it was 32. I had forgotten to change it to x64 in the Configuration Manager.