Is it possible to link a LIB file generated from the WDK to a DLL being built in Visual Studio? The versions would be VS2010 and WDK 7.1.
I'm exp开发者_如何学Ceriencing linker errors and was wondering if this was even possible.
You can link a WDK LIB into a MSVS DLL. My problem was that I was not marking exported functions with the extern "C"
qualifier.
精彩评论