Top "Dllimport" questions

Use this tag for questions about importing functions, data or objects from DLLs (Dynamic-link libraries).

What does adding a reference to csproj file do?

Would it be accurate to say that a given DLL contains a bunch of namespaces (With classes, constants, functions etc. …

c# dllimport csproj dll-reference
How to P/Invoke when pointers are involved

In an attempt to learn to use PInvoke in C#, I'm a little unsure how to handle various cases with …

c# pinvoke dllimport
After SQLite update: Unable to find an entry point named 'sqlite3_changes_interop' in DLL 'SQLite.Interop.dll'

My C#/SQLite was working fine until I decided to update the SQLite DLLs (from 1.0.82.0 to 1.0.84.0). Now I get this …

c# sqlite dll dllimport system.data.sqlite
ADODB.Parameters error '800a0e7c' Parameter object is improperly defined. Inconsistent or incomplete information was provided

I'm primarily an PHP developer, but I have some old ASP one of our previous developers made that broke and …

vbscript asp-classic dllimport adodb
dllimport /dllexport and static libraries compilation under visual c++

I desperatly need your help. Im trying to compile statically the poppler library (specially for qt4) on windows with the …

static dllimport visual-c++-2008 dllexport poppler
How to Verify a Digital Signature of a DLL in .NET

I've written a C# .NET application that uses a popular unmanaged DLL file for part of its functionality. The DLL …

c# .net security dll dllimport
Using DllImport to load unmanaged dll into managed application

In my project I have an unmanaged native C++ dll and a C# application. I am trying to import a …

c# c++ dllimport unmanaged dllnotfoundexception