Use this tag for questions about importing functions, data or objects from DLLs (Dynamic-link libraries).
-My problem I got CoInitialize has not been called exption. -My project structure Here is my porblem. I have a …
c++ com dllimportI've been working on a prototype code application that runs in C# and uses classes and functions from older C++ …
c# c++ pinvoke marshalling dllimportEDIT (the whole question, it was too unclear) I want to use OpenSSL.NET The OpenSSL.NET install instructions page: …
c# .net dll dllimport dllnotfoundexceptionI have a C++ DLL with an exported function: extern "C" __declspec(dllexport) double* fft(double* dataReal, double* dataImag) { [...] } The …
c# c++ interop marshalling dllimportI've a dll which I've built in Windows7 (64bit OS) in 'Win32' platform. Unfortunately, when I import this dll …
c++ dllimport dependency-walker