dependency-walker Questions
3
Solved
I built a .pyd in Visual Studio 2019 (Community) that provides a wrapper for some functionality that's only present in the LibRaw. The solution compiles successfully without any warnings or errors....
Atalee asked 22/1, 2020 at 13:6
4
A customer is using our dll which is creating a child process which uses an open source library, which ultimately fails because of a call to LoadLibraryExW(), the last error returned is ERROR_MOD_N...
Trengganu asked 22/5, 2013 at 20:14
12
Solved
How do I determine the dependencies of a .NET application? Does Dependency Walker work with managed apps? I've downloaded the latest and tried profiling the app, but it just exits without much of a...
Hexapody asked 22/10, 2008 at 23:18
10
Solved
What is the equivalent of Linux's ldd on Windows?
Gasper asked 3/1, 2010 at 2:1
4
Solved
I have been trying to resolve .dll dependencies for the executable file with Dependency Walker. Currently, I am getting missing .dlls in the following form:
API-MS-WIN-XXX
EXT-MS-WIN-XXX
For exa...
Pride asked 26/3, 2016 at 19:58
4
Under Windows 7 x64, when I try to profile an x86 executable with the latest version of Dependency Walker (2.2.6000) the profiling process always hangs at a certain point. Most of the time the last...
Hamlett asked 12/1, 2012 at 9:46
4
Solved
On a Windows XP Professional SP3 with Internet Explorer 8 box, when I run Dependency Walker on an executable of mine it reports that:
IESHIMS.DLL and WER.DLL can't be found.
Do I need these DLL's...
Filament asked 17/3, 2010 at 19:8
2
I tried to open kernel32.dll using Dependency Walker on Windows 10. I got the following error and warning:
Error: At least one required implicit or forwarded dependency was not found
Warning: At l...
Cline asked 9/11, 2015 at 8:2
1
Solved
I use Dependency Walker to open wintrust.dll on my Windows 10 and it takes around 40 seconds! When it is opened, I see very strange picture of recurring calls between KERNEL32.DLL and API-MS-WIN-CO...
Noh asked 26/4, 2018 at 9:54
5
Solved
I'm having an issue with regards to registering a *.dll under Windows 7 x64.
I've tried placing the *.dll in both, C:/Windows/System32 and C:/Windows/SysWOW64 and attempting to register with "reg...
Huey asked 4/12, 2014 at 9:15
2
Solved
I am having a dll and which I am opening into the dependency walker with platform visual studio 2003 and OS is 2000. and my that dll find all dependency.
But when I am going to open that dll in to...
Duplicate asked 16/7, 2014 at 10:18
0
I am trying to find out the dependency of my C++ project. I have both .dll and .so file for that project.
I am trying to use dependency walker to find out the dependency. I think that I have alrea...
Confirmand asked 21/2, 2015 at 21:13
1
Solved
I am having some problems using one of the Dlls in my application and I ran dependency walker on it. i am not sure how to read it but I got following results
Does it suggest any x86-x64 incompatib...
Phonoscope asked 31/1, 2014 at 4:19
1
Solved
I need a tool to show all the shared library dependencies in some graphical way, not just with ldd on each .so. For MS Windows Dependency Walker works. Is there anything for Linux?
.
Roede asked 8/8, 2011 at 2:41
1
© 2022 - 2024 — McMap. All rights reserved.