DLL
.Net DLL referencing another DLL
I have one .Net 4.0 dll project that references third party PDF converter DLL. I have exposed this dll for COM. Now when I am trying to add my .tlb file to VB6 project it comes up with runtime error.[详细]
2023-04-09 08:14 分类:问答32-bit dll not working in 64-bit os
I created a dll file built (Project:win32 app, ATL and COM object using Visual studio 2008) in 32 bit. In win 7 32 bit OS, After registering my dll i\'m getting \"ABC\" option in context menu(on right[详细]
2023-04-09 06:25 分类:问答Python | accessing dll using ctypes
I\'m trying to开发者_如何学C access some functions in a dll (nss3.dll) that ships with Firefox web browser. To handle this task I have used ctypes in Python. The problem is that it fails at the initia[详细]
2023-04-09 06:18 分类:问答How to pass a parameter of type pointer to PVOID from LabView to DLL?
I\'m calling a DLL written in C++ from LabView. The function prototype is开发者_Python百科: ULONG DAQ_Open(PVOID *pHandle);[详细]
2023-04-09 05:54 分类:问答Disable application functionality when missing assembly
I\'m building an application 开发者_运维百科that uses the Oracle.DataAccess.dll to connect to a database to do some work.The database access isn\'t necessary to perform 90% of what the application doe[详细]
2023-04-09 05:01 分类:问答Ruby C extension not resolving 3rd party dlls at runtime
I have a Ruby C extension that is providing a ruby interface to use a third part C library. I am able to build the library, let\'s call it something.so just fine. However, it\'s compiled against the t[详细]
2023-04-09 04:54 分类:问答file path problem
I am working on the dll project which contain 3 module.All these module include comman header file.I have the include folder path like mf/cv/include.now In the property dialog box I have give the path[详细]
2023-04-08 23:32 分类:问答Why does my DLL leak when using it in an MFC SDI program using MFC as a DLL in Visual Studio 2010?
This may be better directed to Microsoft support, but was wondering if anyone had any ideas as to why this is happening.[详细]
2023-04-08 21:07 分类:问答Dynamic library problems with Python and libstdc++
Executive summary: a Python module is linked against a different version of libstdc++.dylib than the Python executable. The result is that calls to iostream from the module crash.[详细]
2023-04-08 19:16 分类:问答VS2010 add a .dll reference error
I am trying to add a DLL to my project but there are some problems. first of all, VS dont compile when I add the dll in references. it shows the error :[详细]
2023-04-08 18:14 分类:问答