Use this tag for questions about importing functions, data or objects from DLLs (Dynamic-link libraries).
I need to handle another windows application programatically, searching google I found a sample which handles windows calculator using DLLImport …
c# winapi pinvoke dllimport findwindowHere is the situation, I'm using a C based dll in my dot.net application. There are 2 dlls, one is 32…
c# .net pinvoke 32bit-64bit dllimportI'm running into linking problems in MSVC for a project that I wrote for g++. Here's the problem: I build …
visual-c++ cmake dllimport lnk2019 impI have installed PyQt5 on windows platform and and getting an importError: DLL load failed. I have installed pyqt5 using …
python python-3.x dllimport pyqt5 importerrorAfter switching to VS2010, the managed debug assistant is displaying an error about an unbalanced stack from a call to …
c# c++ visual-studio-2010 pinvoke dllimportI want to define a derived class based on a dll exported class. The base class is defined in Project …
c++ visual-c++ inline dllimport dllexportI have external .DLL file with fast assembler code inside. What is the best way to call functions in this .…
c# dllimport loadlibraryIs there a way to specify the paths to be searched for a given assembly that is imported with DllImport? […
.net dllimport