Top "Dll" questions

A dynamic-link library (DLL) is a module that contains functions and data that can be used by another module (application or DLL).

How to make a JAR file that includes DLL files?

I bought a third-party Java library which includes a JAR file and two DLL files. I wrote my own Java …

java dll jar swt packaging
How do I decompile a .dll file?

I have a .dll I would like to decompile to make some improvements to the code. What are some tools …

dll decompiler
Critical error detected c0000374 - C++ dll returns pointer off allocated memory to C#

I have a c++ dll which serving some functionality to my main c# application. Here i try to read a …

c# c++ dll dynamic-memory-allocation heap-corruption
Is there a way to find all the functions exposed by a dll

I've been searching for a way to get all the strings that map to function names in a dll. I …

c++ c winapi dll
How to fix DWMAPI.DLL delay-load dependency under WinXP?

I have built a .dll under WinXP that claims it can't find DWMAPI.DLL when it's loaded. The problem is …

dll windows-xp dwm
Could not load file or assembly The system cannot find the file specified

I am building a dll, which references a second dll. I have added the second dll as a reference in …

.net visual-studio-2012 dll c++-cli
Application failed to start because it could not find or load the QT platform plugin "windows"

I have looked through all of the questions that appear to be related on stack overflow, and none of the …

c++ qt dll platform
Why am I getting Could not load file or assembly error on a System.Configuration DLL when using framework 4.0?

Immediately after we upgraded to visual studio 2010 and the 4.0 framework our trunk build started breaking with the Could not load …

assemblies .net-4.0 dll cruisecontrol.net
Trying to register a dll but getting error DllRegisterServer entry point was not found

I have a .net assembly dll which i am trying to register using regsvr32, but get the following error: "dll …

dll regsvr32 dllregistration