Use this tag for questions about importing functions, data or objects from DLLs (Dynamic-link libraries).
I found a lot of questions about it, but no one explains how I can use this. I have this: …
c# process dllimportHow should I DLLImport things in VB.NET? An example would be: <DllImport("user32.dll", SetLastError:=True, CharSet:=CharSet.…
vb.net dllimportI have a solution in VS 2008 with 2 projects in it. One is a DLL written in C++ and the other …
c++ visual-studio-2008 dll dllimportI have a web application which is importing DLLs from the bin folder. const string dllpath = "Utility.dll"; [DllImport(dllpath)] …
c# asp.net visual-studio registry dllimportI have a DLL (FreeType) which is certainly 32-bit (header: IMAGE_FILE_MACHINE_I386). I want to use it from …
c# dll dllimport 32bit-64bit badimageformatexception