约 3,250,000 个结果
在新选项卡中打开链接
  1. What exactly are DLL files, and how do they work?

    2008年9月23日 · 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. c# - What is in a DLL and how does it work? - Stack Overflow

    2010年9月2日 · 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 …

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

    2009年7月31日 · 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.

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

    2010年12月14日 · I have a DLL file. How can I view the functions in that DLL?

  5. DLL-files.com Client Support

    2017年4月11日 · instal btwapi.dll by bosch » 17 May 2023, 10:05 1 Replies 32542 Views Last post by naretdo 20 Aug 2024, 01:02

  6. windows - How to check for DLL dependency? - Stack Overflow

    2011年9月11日 · 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 …

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

    2009年5月27日 · 14 A DLL is a library of functions that are shared among other executable programs. Just look in your windows/system32 directory and you will find dozens of them. When your program …

  8. Unable to register dll using regsvr32 - Stack Overflow

    My project generates a dll and when build in Debug mode the dll gets registered automatically by Visual Studio 2005. But when I try to register the same dll in command prompt using "regsvr32" I'm unable …

  9. Unable to load DLL (Module could not be found HRESULT: 0x8007007E)

    2017年1月18日 · 163 I have a dll library with unmanaged C++ API code I need to use in my .NET 4.0 application. But every method I try to load my dll I get an error: Unable to load DLL 'MyOwn.dll': The …

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

    2010年6月15日 · 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.