-
March 20th, 2023, 10:18 AM
#1
Anyone here using Dependency Walker ?
Believe it or not, today's the first time I've needed to use Dependency Walker (on Windows 10)
I've tested it on a few DLL's here but each one shows me hundreds of errors as per the attached screenshot. Can they be avoided or filtered out somehow ??
"A problem well stated is a problem half solved.” - Charles F. Kettering
-
March 21st, 2023, 02:21 AM
#2
Re: Anyone here using Dependency Walker ?
I found en email address for Dependency Walker and apparently it's an obsolete product. It hasn't been updated since 2006 and yes, this was a bug which happens if you run it on Windows 10 :-(
Last edited by John E; March 21st, 2023 at 02:25 AM.
"A problem well stated is a problem half solved.” - Charles F. Kettering
-
March 21st, 2023, 04:48 AM
#3
Re: Anyone here using Dependency Walker ?
Also happens if you run it on Windows 7! I've had that issue since using with Windows 7 and just assumed that was the way it was.
All advice is offered in good faith only. All my code is tested (unless stated explicitly otherwise) with the latest version of Microsoft Visual Studio (using the supported features of the latest standard) and is offered as examples only - not as production quality. I cannot offer advice regarding any other c/c++ compiler/IDE or incompatibilities with VS. You are ultimately responsible for the effects of your programs and the integrity of the machines they run on. Anything I post, code snippets, advice, etc is licensed as Public Domain https://creativecommons.org/publicdomain/zero/1.0/ and can be used without reference or acknowledgement. Also note that I only provide advice and guidance via the forums - and not via private messages!
C++23 Compiler: Microsoft VS2022 (17.6.5)
-
March 21st, 2023, 06:38 AM
#4
Re: Anyone here using Dependency Walker ?
Hi John,
there is some "new version" in GitHub: https://github.com/lucasg/Dependencies
However, I didn't test it and have no idea if it works correctly.
Victor Nijegorodov
-
March 22nd, 2023, 01:15 PM
#5
Re: Anyone here using Dependency Walker ?
Grrr!! After all this time CodeGuru still hasn't fixed the problem where notifications aren't getting sent... 
Anyway, thanks guys. I took a look at that git site (didn't download anything though - because the version number was apparently only 1.11 )
Whereas the one I downloaded from Dependency Walker was apparently at ver 2.2
"A problem well stated is a problem half solved.” - Charles F. Kettering
-
March 23rd, 2023, 02:30 AM
#6
-
March 23rd, 2023, 03:24 AM
#7
Re: Anyone here using Dependency Walker ?
 Originally Posted by John E
Grrr!! After all this time CodeGuru still hasn't fixed the problem where notifications aren't getting sent... 
Believe it or not, it's still being looked at.
-
March 23rd, 2023, 04:20 AM
#8
Re: Anyone here using Dependency Walker ?
Victor Nijegorodov
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|