aboutsummaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2023-05-05 15:16:55 +0300
committerValentin Popov <valentin@popov.link>2023-05-05 15:16:55 +0300
commit05693b789875ab4c1e9c59be50ebb377aca8f306 (patch)
treee6f0e354e2e06e4aa3f17a35b3d14b9178dbeb02 /content
parent44074552bb9d6eb54dc70b87010b5352daed3dfc (diff)
downloadpopov.link-05693b789875ab4c1e9c59be50ebb377aca8f306.tar.xz
popov.link-05693b789875ab4c1e9c59be50ebb377aca8f306.zip
Fix Microsoft article name
Signed-off-by: Valentin Popov <valentin@popov.link>
Diffstat (limited to 'content')
-rw-r--r--content/blog/create-lib-file-from-dll.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/blog/create-lib-file-from-dll.md b/content/blog/create-lib-file-from-dll.md
index 859bc3b..40c3d00 100644
--- a/content/blog/create-lib-file-from-dll.md
+++ b/content/blog/create-lib-file-from-dll.md
@@ -8,7 +8,7 @@ date = 2023-05-04
> The original article [is here](https://adrianhenke.wordpress.com/2008/12/05/create-lib-file-from-dll/) ([archive](https://web.archive.org/web/20161118122539/https://adrianhenke.wordpress.com/2008/12/05/create-lib-file-from-dll/)).
When working with 3rd party win dll's you sometimes miss the according to the `*.lib` file required to compile against it.
-There is an [MS KB Q131313](http://support.microsoft.com/?scid=kb%3Ben-us%3B131313&x=1&y=15) ([archive](https://jeffpar.github.io/kbarchive/kb/131/Q131313/)) article showing how to generate a `*.lib` file from a `*.dll` however the required steps are not described detailed enough I think.
+There is an [Microsoft KB-Q131313](http://support.microsoft.com/?scid=kb%3Ben-us%3B131313&x=1&y=15) ([archive](https://jeffpar.github.io/kbarchive/kb/131/Q131313/)) article showing how to generate a `*.lib` file from a `*.dll` however the required steps are not described detailed enough I think.
So here is my quick guide.
Open the "Visual Studio Command Prompt", you find its shortcut in "_Start_" -> "_Programs_" -> "_Microsoft Visual Studio Tools_".