Search code examples
Calling function in C# DLL from Delphi has parameter stuck on single value...

c#delphidlldllexport

Read More
Error when importing a class/structures from one dll to another dll (c++, lnk2019)...

c++visual-studiodllimportdllexportlnk2019

Read More
Exporting static data in a DLL...

c++windowslinker-errorsdllexport

Read More
dllexport a type with a std container of std::unique_ptr results in error C2280...

c++visual-c++containersunique-ptrdllexport

Read More
Cannot call DLL function...

c++dlldllimportdllexport

Read More
Undefined reference when creating entry point in shared library clang...

c++clangdllexportentry-point

Read More
How to build a DLL version of libjpeg 9b?...

dllvisual-studio-2015dllimportdllexportlibjpeg

Read More
C++ function in DLL called through Excel / VBA generates exception when passing double argument...

c++excelvbadlldllexport

Read More
C++ Is it safe to change an exported DLL function from int to BOOL?...

c++integerbooleandllexport

Read More
How to store text in wchar_t pointer parameter...

c++dllexportwchar

Read More
Call function in C++ dll from C#...

c#c++dllexportintptr

Read More
Correct calling convention for exporting windows DLL functions for Excel VBA without mangled names...

c++excelvbadllexportstdcall

Read More
Suppress import library creation - Visual C++ linker...

c++visual-c++dlldllexportimport-libraries

Read More
Dynamic load a class from a dll in Windows...

c++windowsdllc++17dllexport

Read More
using `__declspec(dllexport)` before every public method...

c++dynamic-linkingdllexport

Read More
Using UnmanagedExports Package [DllExport] to call C# DLL in VBA Triggers "Can't Find DLL E...

c#vbadllexportunmanagedexports

Read More
Problems Translating C++ 'extern "C" __declspec(dllexport)' struct to Rust...

c++structrustdllexport

Read More
Heap Violations when releasing a CStringArray& parameter from a DLL exported function...

c++windowsdllheap-memorydllexport

Read More
How to configure and export function that should return char array?...

pythonc++cdllexport

Read More
Virtual destructor makes it necessary to export the interface on VS2017...

c++linker-errorsdestructordllexport

Read More
DLL export __stdcall without DEF file and decorated function names with VS...

cvisual-studiodlldllexportstdcall

Read More
Incomplete type error while using class from my own dll...

c++dllimportdllexport

Read More
How to dll import and export HINSTANCE from a .dll in c++?...

winapivisual-c++dllimportdllexport

Read More
Can't handle exceptions when invoking C# function from unmanaged C++ code...

c#c++.netlinuxdllexport

Read More
How to pass *& and **& parameter to C++ dll from C# code...

c#c++dllimportdllexport

Read More
Large Vectored Exception Handler in DLL is causing program to crash without debugger...

c++exceptiondlldllexport

Read More
__declspec(dllimport) how to load library...

c++dlldllexport

Read More
How to call MessageBox with GetProcAddress function?...

functioncalldllimportdllexportgetprocaddress

Read More
export a c++ function with it's raw function name...

c++dllexport

Read More
How to export a function of a regular MFC DLL that is statically linked to MFC to use with a non MFC...

c++dllmfcdllimportdllexport

Read More
BackNext