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

    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. 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?

  5. 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 …

  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. How to make Visual Studio copy a DLL file to the output directory?

    Aug 14, 2016 · I have a Visual Studio C++ project that relies on an external DLL file. How can I make Visual Studio copy this DLL file automatically into the output directory (debug/release) when I build …

  9. How to properly decompile c# dlls for debugging with Visual Studio …

    Sep 5, 2023 · The key to your problem is to ensure the consistency of the three files: source file, dll and pdb. You can use a tool like dotpeek to decompile the C# dll file into a project (you can use this tool …

  10. 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.