About 2,460,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. 电脑dll文件怎么打开 - 百度知道

    Aug 5, 2024 · 电脑dll文件怎么打开电脑上的DLL文件(动态链接库文件)是Windows操作系统中用于共享代码和资源的重要组件。 由于DLL文件是二进制文件,它们通常不能直接通过双击来打开或查看其 …

  3. dll文件怎么打开 - 百度知道

    Jul 11, 2023 · 5. 这时我们选择DLL对应的版本,点击OK; 6. 接着点击左上角的File,选择OpenAssembly,选择需要打开的dll文件; 7. 最后在左侧栏就可以看到打开的dll文件,点击展开,在 …

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

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

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

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

  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. Which program in Visual Studio lets me look into DLLs to see its API?

    Sep 25, 2008 · I tried to use the File->Open->File suggestion above, but could only see version information, which wasn't useful. When I actually added the DLL as a reference, so much more data …

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

    Sep 10, 2022 · I've just joined a team where a programmer has been building a toolkit using a series of .dlls, but upon attempting to open them in Visual Studio, I'm just getting a directory tree on a white …

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