About 6,710,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 …

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

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

    May 27, 2009 · There are static libraries (LIB) and dynamic libraries (DLL) - but note that .LIB files can be either static libraries (containing object files) or import libraries (containing symbols to …

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

  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 …

  8. windows - How do I execute a *.dll file - Stack Overflow

    Jun 15, 2010 · I have a DLL file and I want to execute it on Windows. I obtained this DLL file from a challenge site which alleges the DLL should be executed independently.

  9. Dependent DLL is not getting copied to the build output folder in ...

    I found that if ProjectX referenced the abc.dll but didn't directly use any of the types DEFINED in abc.dll, then abc.dll would NOT be copied to the main output folder. (It would be copied to the …

  10. How do you extract classes' source code from a dll file?

    Jan 16, 2011 · I want to extract the classes' (written in c#.net) code from a dll file. the dll file's got like way too many classes. Any way to get that code out of that dll?