I created a simple dll and try to load that statitically.
i.e i copied the dll .h to my test project . I also copied the dll.lib and dll to my test project path.
And added the dll.lib in the test project linker option. (i.e project -> properties->linker->input)

But is not able to find the function from the library.

I could do the same in my another machine and works fine. Is there any path setting missing in this case.