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 do I compile an ASP.NET website into a single DLL file?

I have finally finished my web site. I published it, and I was surprised at the results. Although the App_…

asp.net visual-studio dll compilation web-deployment-project
How do I compare the contents of two dlls?

I would like to compare several dlls of one install to several dlls of another install of the application I'm …

.net dll comparison disassembly
Old DLL file keeps being used

I have a seemingly random problem where my project will run using an old version of a DLL file that …

dll
Command Line to see the contents Shared Object Module(lib*.so)

What is the command line to see the contents of a Shared Object module (lib*.so)? Like how we use: …

c linux shared-objects dll
Use Visual Studio 2012 and compile with older platform toolset?

The problem I'm using Visual Studio 2012 to develop C++ DLLs. On some machines these DLLs can not be loaded, because …

c++ visual-studio dll visual-studio-2012 visual-c++-runtime
Exporting classes containing std:: objects (vector, map, etc) from a dll

I'm trying to export classes from a DLL that contain objects such as std::vectors and std::strings - the …

c++ visual-studio dll
Warning C4251 when building a DLL that exports a class containing an ATL::CString member

I am converting an ATL-based static library to a DLL and am getting the following warning on any exported classes …

c++ dll atl dllexport
windows - php_memcache.dll - for PHP 5.4

I am borrowing the similar thread that wasn't helpfull for me: php_memcache.dll for PHP 5.3 I setup a server …

php windows dll memcached
Using C++ Class DLL in C# Application

I have an unmanaged C++ DLL which merely exports a single class (not COM...it's just a simple C++ class) …

c# dll c++-cli unmanaged
Assembly version from command line?

Is there a Microsoft tool to get the assembly version of a DLL file from a command line? (I know …

dll visual-studio-2010 assemblies version