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

WinDbg symbol resolution

When using WinDbg, where should the private symbol files (pdb?) be placed? My situation is: I have a DLL which …

debugging dll windbg symbols
REGSVR32: the module "xxxxx.dll" failed to load ... dependent assembly could not be found

I'm having an issue with regards to registering a *.dll under Windows 7 x64. I've tried placing the *.dll in both, …

c++ windows dll regsvr32 dependency-walker
Copying a DLL's dependencies in Visual Studio

How can I set up a project in Visual Studio to copy the third-party DLLs that one of the project's …

visual-studio dll
Powershell load dll got error: Add-Type : Could not load file or assembly 'WebDriver.dll' or one of its dependencies. Operation is not supported

I want to use PowerShell with selenium and download selenium from http://www.java2s.com/Code/Jar/s/Downloadseleniumremotedriver2350…

powershell dll selenium add-type
std::vector needs to have dll-interface to be used by clients of class 'X<T> warning

I'm trying to make my library exportable as a DLL but I'm getting a lot of these warnings for one …

c++ dll
Dependency Walker: missing dlls

I have been trying to resolve .dll dependencies for the executable file with Dependency Walker. Currently, I am getting missing .…

windows dll visual-studio-2013 dependencies dependency-walker
Generate manifest files for registration-free COM

I have some applications (some native, some .NET) which use manifest files so that they can be deployed in complete …

com manifest dll regfreecom typelib
using ILMerge with .NET 4 libraries

Two problems: 1) Basic .NET Assembly Not Included in ILMerged Assembly I'm having trouble using ILMerge in my post-build after upgrading …

.net dll assemblies c#-4.0 ilmerge
How to load Assembly at runtime and create class instance?

I have a assembly. In this assembly I have a class and interface. I need to load this assembly at …

c# dll reflection load assemblies
Getting LibCurl to work with Visual Studio 2013

I am having trouble getting LibCurl to work with Visual Studio 2013. I downloaded the current version (curl-7.33.0) and tried following …

c++ visual-c++ dll libcurl