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

What is inside .lib file of Static library, Statically linked dynamic library and dynamically linked dynamic library?

What is inside of a .lib file of Static library, Statically linked dynamic library and dynamically linked dynamic library? How …

c++ dll linker static-libraries
Could not load file or assembly 'System.ValueTuple'

I've got a VS2017 project that compiles to a DLL which is then called by an EXE written by someone …

c# .net dll c#-7.0
LNK4075: ignoring '/EDITANDCONTINUE' due to '/OPT:ICF' specification

I recently converted a multi-project Visual Studio solution to use .dlls instead of .libs for each of the projects. However, …

c++ visual-studio dll linker linker-warning
Extended WPF Toolkit - How to add reference to project?

I am new to WPF. I want to use datetime picker. I have downloaded the "Extended WPF Toolkit - 1.9.0" from …

c# asp.net wpf dll wpftoolkit
What is in a DLL and how does it work?

I'm always referencing DLLs in my C# code, but they have remained somewhat of a mystery which I would like …

c# .net dll
GetProcAddress function in C++

Hello guys: I've loaded my DLL in my project but whenever I use the GetProcAddress function. it returns NULL! what …

c++ dll loadlibrary getprocaddress
A Simple C# DLL - how do I call it from Excel, Access, VBA, VB6?

I have a simple class library written in c#. using System; namespace TestDll { public class Test { public string HelloWorld { get { …

c# excel dll vb6 interop
Path of DLL installed to the GAC

How can I get the (physical) installed path of a DLL that is (may be) registered in GAC? This DLL …

c# dll file gac
Visual Studio 2010 "Cannot find or open the PDB file"

I try to debug a program in Visual Studio 10, but I have a problem with breakpoints. I put *.pdb files …

visual-studio-2010 debugging dll pdb
How to add external native dependency dll?

I have two projects. First is a Windows Forms Application project and second is a class library project. Сlass library …

c# dll fann