dependency-walker

LoadLibraryExW() fails, last error is ERROR_MOD_NOT_FOUND, but no missing dependencies?

人盡茶涼 提交于 2020-05-09 02:51:13
问题 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_NOT_FOUND. This occurs on WinXP 32-bit, but not on other machines. But we know the correct set of dependencies is installed and even in the same directory. So we thought naturally, to use Dependency Walker to look for what dependency is missing on that particular machine. Unfortunately it doesn't

Missing Dll in dependency walker

梦想的初衷 提交于 2020-01-29 08:49:24
问题 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 tha another system which is having OS- windows7 and visual studio 2010, I found missing dlls errors. GDIPLUS.DLL, GPSVC.DLL, IESHIMS.DLL. above listed 3 dll were missing. when I have downloded those dlls and put them into the same location where my dll is residing, I am finding below listed missing

Dependency Walker: missing dlls

泄露秘密 提交于 2019-12-17 02:39:09
问题 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 example: API-MS-WIN-APPMODEL-IDENTITY-L1-2-0.DLL API-MS-WIN-APPMODEL-RUNTIME-INTERNAL-L1-1-0.DLL API-MS-WIN-BASE-UTIL-L1-1-0.DLL API-MS-WIN-CORE-APIQUERY-L1-1-0.DLL EXT-MS-WIN-RTCORE-NTUSER-SYSCOLORS-L1-1-0.DLL Does anybody have any ideas on how to resolve these? Any help will be greatly appreciated!

How do I determine the dependencies of a .NET application?

给你一囗甜甜゛ 提交于 2019-12-16 22:32:09
问题 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 an explanation. If it doesn't work with .NET, then is there some other tool that would help me debug a run-time DLL loading issue? 回答1: Dependency walker works on normal win32 binaries. All .NET dll's and exe's have a small stub header part which makes them look like normal binaries, but all it

using C++ DLL in C# windows application:Getting error “Entry point not found”

半腔热情 提交于 2019-12-13 19:35:27
问题 I am new to using C++ libraries in C# and also to the C++ programming in general. I have a DLL built from a C++ code which I believe is a 'managed' code as the name of the DLL is "TestManaged.dll". I am not 100% sure if the dll/C++ code is managed/unmanaged. I want to use classes and methods of this DLL in my C# windows forms application code. There are multiple classes in this DLL. When I chekced these classes and methods inside those classes in Object Browser , all of them have Public

Dependency Walker Not Showing All the Depended Dll

和自甴很熟 提交于 2019-12-13 14:23:12
问题 I have a fortran dll, and I want to know the assemblies that it depends on for redistribution purpose. One thing I found out is that the dependency walker doesn't show all of the dependencies, i.e, there are some dlls that my assembly is dependent on, but dependency walker doesn't show it out. An example would be a dll that makes use of intel mkl LAPACK dlls, but the dependency walker doesn't show that dependency. Why this is so? And any idea how to fix this problem, or is there other more

cx_Oracle: ImportError: DLL load failed: The specified procedure could not be found

橙三吉。 提交于 2019-12-11 11:12:35
问题 I have suddenly got a problem that I can no longer import cx_Oracle in python. I know that a lot of people have had a similar error message as mine, which is: The specified PROCEDURE could not be found. I was wondering if there are any ways to trouble shoot this problem. I'm running - instantclient_12_1 - python 3.4 64 bit - cx_Oracle-5.2.1-12c.win-amd64-py3.4.exe I have set the path and ORACLE_HOME environment variables to mmy instaclint 12_1 folder. What else could be the problem? The

Reading Dependency walker output

烂漫一生 提交于 2019-12-09 09:25:40
问题 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 incompatibilty? is there anyway I can solve this issue? Error: At least one required implicit or forwarded dependency was not found. Error: At least one module has an unresolved import due to a missing export function in an implicitly dependent module. Error: Modules with different CPU types were found.

Reading Dependency walker output

99封情书 提交于 2019-12-03 12:06:07
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 incompatibilty? is there anyway I can solve this issue? Error: At least one required implicit or forwarded dependency was not found. Error: At least one module has an unresolved import due to a missing export function in an implicitly dependent module. Error: Modules with different CPU types were found. Warning: At least one delay-load dependency module was not found. Warning: At least one module has an

Missing Dll in dependency walker

给你一囗甜甜゛ 提交于 2019-11-30 21:50:18
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 tha another system which is having OS- windows7 and visual studio 2010, I found missing dlls errors. GDIPLUS.DLL, GPSVC.DLL, IESHIMS.DLL. above listed 3 dll were missing. when I have downloded those dlls and put them into the same location where my dll is residing, I am finding below listed missing dlls list. API-MS-WIN-CORE-COM-L1-1-1.DLL, API-MS-WIN-CORE-DEBUG-L1-1-1.DLL, API-MS-WIN-CORE-DELAYLOAD