I have written an DLL in Delphi which exports functions. I would like to use these functi开发者_C百科ons in a C++ program without using dynamic Linking (LoadLibrary() API-Call).
When I want to call a function from a dynamic linked library, I\'m using dlopen then dlsym from <dlfcn.h>.
I am trying to use a C++ library in my python app. I can load the dll in python but could not find any solution on how to create an instance of a class that is inside that c++ dll and invoke methods o
This question already has answers here: Closed 11 years ago. Possible Duplicate: Using a VB6 Class in C#
I have spunoff a winforms program class into a separate DLL.The DLL uses try-catch on all is methods to capture errors.When still a winforms class I would catch the error, log it, and then notify the
I am looking for a way to coordinate DLLs in the same process, in order to provide a data sharing mechanism between them. The goal is to have the same sharing code for all DLLs, and to h开发者_开发知识
I\'m in the situation that I have to use an unsigned third party .NET DLL in my signed application. So I decided to load that library dynamically at run-time:
I\'m working on a three projects. The first one is a native C++ dll, let\'s name it as a native.dll. The second is a C++/CLI dll (man.dll), whichcontains a bunch of wrapper functions (native.dll is
If Delphi applications use DLLs (also created with Delphi), will there be multiple versions of the variables declared in System.pas?
I\'m working on an old project in asp I\'ve never worked with vb6 or asp before I am a .net developer anyway