kernel32.lib
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
Does anybody know where kernel32.lib could be found?
-
Does anybody know where kernel32.lib could be found?
kernel32.lib is the library for kernel32.dll. It may be found in the Windows SDK, which is freely downloadable. Most Windows compilers bundle a copy of it, and place it with their other libraries.
Freedom is the freedom to say that two plus two make four. If that is granted, all else follows. -- 6079 Smith W.
-
kernel32.lib is the library for kernel32.dll. It may be found in the Windows SDK, which is freely downloadable. Most Windows compilers bundle a copy of it, and place it with their other libraries.
Freedom is the freedom to say that two plus two make four. If that is granted, all else follows. -- 6079 Smith W.
Thank you Daniel