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
Some useful links to get started:: MSDN Documentation, SO, Random