About 545,000 results
Open links in new tab
  1. 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?

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

    Dec 14, 2010 · Then doubleclick the DLL in the references folder and then you will see what functions it has in the OBJECT EXPLORER window. If you would like to view the source code of that DLL file …

  3. Which program in Visual Studio lets me look into DLLs to see its API?

    Or I cannot add a reference to dll in an existing project, so I must open a new project? I tried to use the File->Open->File suggestion above, but could only see version information, which wasn't useful. …

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

  5. How can I open DLL file created in C++ to view classes, methods and ...

    May 21, 2015 · I found a .dll file created in C++. I want to open this file and see the functions inside the classes. How can I open this file and call the functions within my c++ project ?

  6. How can I open a .dll with Visual Studio? - Stack Overflow

    Sep 10, 2022 · A DLL is compiled code. To "open" it you add a reference. You can also examine its contents using ILSpy.

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

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

    Nov 19, 2019 · 3 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 …

  9. How do you get the icons out of shell32.dll? - Stack Overflow

    Mar 22, 2017 · It is important to open the shell32.dll file from the Windows\System32 folder, otherwise there is no "Icon" folder.

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