diff options
author | Valentin Popov <valentin@popov.link> | 2024-02-14 13:48:55 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2024-02-14 13:48:55 +0300 |
commit | 631ca196c9bbc7fc3eeef4cce6bd9a6463ef74d1 (patch) | |
tree | 43fae88532a2c9dcf998ed14661d5d8380eb544f /_posts/2023-05-04-create-lib-file-from-dll.md | |
parent | d863b358a6570e397414b21d71e6236561ea8519 (diff) | |
download | popov.link-631ca196c9bbc7fc3eeef4cce6bd9a6463ef74d1.tar.xz popov.link-631ca196c9bbc7fc3eeef4cce6bd9a6463ef74d1.zip |
Set up the RSS feed and the authors of the posts
Diffstat (limited to '_posts/2023-05-04-create-lib-file-from-dll.md')
-rw-r--r-- | _posts/2023-05-04-create-lib-file-from-dll.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_posts/2023-05-04-create-lib-file-from-dll.md b/_posts/2023-05-04-create-lib-file-from-dll.md index 706bc8f..ea5514c 100644 --- a/_posts/2023-05-04-create-lib-file-from-dll.md +++ b/_posts/2023-05-04-create-lib-file-from-dll.md @@ -2,6 +2,7 @@ description: >- Learn how to generate a *.lib file from a *.dll with this comprehensive guide. Using the Visual Studio Command Prompt and Microsoft's recommended tools, this article walks you through the steps for a seamless process. Perfect for developers working with 3rd party win dll's. title: Create ".lib" file from ".dll" (archive) +author: adrianhenke layout: post --- |