About 57 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. 知乎

    我们日常运行软件或者游戏的时候电脑会提示缺少DLL文件。缺少dll文件最好的解决办法是下载缺失的DLL文件,但是对小白来说 ...

  3. What is in a DLL and how does it work? - Stack Overflow

    Sep 2, 2010 · Can a DLL built using C# .NET be used by a DLL built with, for example, Borland C++? 4a. If the answer to 4 is "no" then what is the point of a DLL? Why dont the various frameworks use …

  4. 别人发了个DLL格式的文件,我要怎么打开? - 知乎

    二.dll文件怎么打开 这里其实不建议大家打开dll文件 DLL文件是一种二进制文件,不像文本文件那样可以直接用文本编辑器打开和编辑。通常情况下,我们无需直接打开DLL文件进行编辑或查看,而是通过 …

  5. Forum - DLL-files.com - Index page

    Mar 19, 2026 · Forum - DLL-files.com Discuss about DLL files and errors related to them

  6. windows - Difference between .dll and .exe? - Stack Overflow

    Jul 31, 2009 · 1)DLL file is a dynamic link library which can be used in exe files and other dll files. EXE file is a executable file which runs in a separate process which is managed by OS.

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

    Dec 14, 2010 · I have a DLL file. How can I view the functions in that DLL?

  8. python - PyTorch fails on Windows Server 2019: “Error loading c10.dll ...

    Nov 20, 2025 · The file c10.dll exists in the correct folder (torch\lib), but Windows Server refuses to load it. The exact same environment (same Python, same package versions, same torch wheel) works …

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

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