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

VS2012 MSVCR120D.dll is missing

I am trying to set up my project in VS2012 to successfully compile and run an OSG code for debugging. …

c++ visual-studio-2012 dll openscenegraph
Trying to use DLL from Java (JNA). Unable to load library exception

I have NetBeans project from tutorial which causes exception: Exception in thread "main" java.lang.UnsatisfiedLinkError: Unable to load library …

java dll jna
what does __declspec(dllimport) really mean?

I saw the Qt source code like this: class Q_CORE_EXPORT QBasicAtomicInt { public: ... }; Which Q_CORE_EXPORT macro defines …

c++ qt visual-c++ dll declspec
MinGW .exe requires a few gcc dll's regardless of the code?

When compiling with MinGW, I have to copy over certain dll files from the MinGW bin directory before the exe …

c++ dll mingw
PECL extension for Windows

I found a few related posts here but didn't get my answer. So posting again. How would I install a …

php dll pecl
C++ DLL Export: Decorated/Mangled names

Created basic C++ DLL and exported names using Module Definition file (MyDLL.def). After compilation I check the exported function …

c++ dll export name-decoration
__cdecl or __stdcall on Windows?

I'm currently developing a C++ library for Windows which will be distributed as a DLL. My goal is to maximize …

c++ windows dll calling-convention binary-compatibility
Java Native Interface 32 bit dll on 64 bit system

E:\Code\Java\JNITest>java test Exception in thread "main" java.lang.UnsatisfiedLinkError: E:\Code\Java\JNITest\test.dll: …

java dll java-native-interface mingw
'Could not load file or assembly 'netstandard, Version=2.0.0.0, ...'. Reference assemblies should not be loaded for execution

Goal: From a .NET 4.7 console app, using reflection with Assembly.GetType(), I am trying extract the Type of a netstandard 2.0 …

c# .net dll .net-assembly .net-standard
Unmanaged DLLs fail to load on ASP.NET server

This question relates to an ASP.NET website, originally developed in VS 2005 and now in VS 2008. This website uses two …

asp.net dll iis-6 unmanaged