About 12,300,000 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. c# - What is in a DLL and how does it work? - Stack Overflow

    Sep 2, 2010 · 2a. In the case of a DLL built in C# .NET, what is running this: the .NET framework or the operating system directly? Does a DLL from Linux work on a Windows system (if such a thing …

  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. How do I register a DLL file on Windows 7 64-bit?

    Feb 4, 2011 · I have tried to use the following code: cd c:\windows\system32 regsvr32.exe dllname.ax But this is not working for me. How can I register a DLL file on Windows 7 with a 64-bit processor?

  6. How can I use a DLL file from Python? - Stack Overflow

    Oct 31, 2008 · 238 What is the easiest way to use a DLL file from within Python? Specifically, how can this be done without writing any additional wrapper C++ code to expose the functionality to Python? …

  7. c# - Metadata file '.dll' could not be found - Stack Overflow

    Sep 14, 2009 · The path which I referred to for the DLL file is like "D:\Assemblies Folder\Assembly1.dll". But the original path in which the assembly referred was "D:\Assemblies%20Folder\Assembly1.dll".

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

    Jan 18, 2017 · 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 …

  9. decompiler - How do I decompile a .dll file? - Stack Overflow

    I have a .dll I would like to decompile to make some improvements to the code. What are some tools out there that will allow me to do this? It's written in VB, I believe.

  10. how to edit or see the source code for dll files - Stack Overflow

    Nov 19, 2019 · I have a DLL file for old game(age of empires) I just want to edit that file or see the source code. I tried reflector toll and some others, but without any result so, 1- how can I edit or see th...