visual studio - Why is lib.exe removed from recent WDK releases? -
is bug? visual studio 2008 build system uses lib.exe create static libraries. setup build environment wdk's setenv.bat , start devenv.exe /useenv. building user-mode programs , dlls works, due missing lib.exe static library can't built.
the lib.exe functionality has been moved link.exe, type link.exe /lib details (you should same if had run lib.exe sdk).
-scott
Comments
Post a Comment