Hi, I created a static library, I have the .lib and headers. My friend try to use this library, but when he include this headers, his compiler didn't find the dependencies(other libs and header).
Is it possible to create a static library in Visual Studio 2008, which don't need any other dependencies, just the compiler add the required dependencies in this signle lib?
It could be good if he doesn't have to install winddk, wdk, etc...