About 23,900 results
Open links in new tab
  1. What exactly are DLL files, and how do they work?

    Sep 23, 2008 · How exactly do DLL files work? There seems to be an awful lot of them, but I don't know what they are or how they work. So, what's the deal with them?

  2. How can I open DLL files to see what is written inside?

    Aug 5, 2013 · I lost the solution of a class library. Can I open the DLL file which is created by the class library?

  3. windows - How to check for DLL dependency? - Stack Overflow

    Sep 11, 2011 · When I ship this program to a friend or other people, "it doesn't work" because "some DLL" is missing. This is of course because the program can find the DLL on my system, but not on …

  4. windows - How to view DLL functions? - Stack Overflow

    Dec 14, 2010 · If a DLL is written in one of the .NET languages and if you only want to view what functions, there is a reference to this DLL in the project. Then doubleclick the DLL in the references …

  5. DLL and LIB files - what and why? - Stack Overflow

    May 27, 2009 · 14 A DLL is a library of functions that are shared among other executable programs. Just look in your windows/system32 directory and you will find dozens of them. When your program …

  6. Unable to load DLL (Module could not be found HRESULT: 0x8007007E)

    Jan 18, 2017 · 162 I have a dll library with unmanaged C++ API code I need to use in my .NET 4.0 application. But every method I try to load my dll I get an error: Unable to load DLL 'MyOwn.dll': The …

  7. windows - Dependency Walker: missing dlls - Stack Overflow

    Mar 27, 2016 · 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 …

  8. VBA Calling C++ DLL - error 48 (file not found) - Stack Overflow

    Sep 21, 2016 · Most probably your DLL depends on C++ redistributables. Depending on the version of VC++ you have used to develop your DLL, you should install the relevant version of VC++ …

  9. How to resolve "ImportError: DLL load failed:" on Python?

    Dec 29, 2016 · I was getting the same error ( ImportError: DLL load failed ) on trying to pip or use jupyter notebook. Realized I had two versions of Python (including the one that comes with Anaconda).

  10. .net - Could not load file or assembly '***.dll' or one of its ...

    The dll doesn't load or use anything else than: System, System.Data, System.XML. So as far as depencies of it go, I don't see anything wrong. By the way everything works on a dev station. The …