dllexport
Creating a C# DLL and using it from unmanaged C++
I have a native (unmanaged) C++ application (using wxWidgets for what it\'s worth). I\'m considering a separate tool application to be written in C# which would contain winform-based dialogs. putting[详细]
2022-12-23 19:34 分类:问答Unresolved external symbol
I have t开发者_开发百科wo WIN32 DLL projects in the solution, main.dll should call a function in mgn.dll.[详细]
2022-12-23 18:48 分类:问答Symbol exporting problem using __declspec(dllexport)
I use __declspec(dllexport) with several methods in a library. But one of the symbols do not get exported properly. The value in question is called \"restart\". I\'ve given the output from dumpbin.exe[详细]
2022-12-23 05:01 分类:问答Using ACE_Service_Object
I\'m trying to use the ACE_S开发者_JS百科ervice_Object or the ACE_Shared_Object.I\'m not sure which one is applicable.I\'m trying to encapsulate some functionality in a DLL so a consumer of the DLL wo[详细]
2022-12-22 19:44 分类:问答Can distutils use a custom .def to expose extra symbols when it compiles a Windows .dll?
I\'m abusing distutils to compile an extension module for Python, but rather than using the Python C API I\'m using ctypes to talk to the resulting shared library.[详细]
2022-12-21 18:33 分类:问答How to export C++ function as a dll that throws exception?
When I try to export the following function as a dll: extern \"C\" __declspec(dllexport) void some_func()[详细]
2022-12-17 21:21 分类:问答DLL : export as a C/C++ function?
I generated a DLL in Visual from a C++ code. Dependency Walker sees 3 functions exported as C functions.[详细]
2022-12-16 17:46 分类:问答Exported function names does not contain argument list
I\'m creating a plugin DLL using c++ in Eclipse. When trying to load the plugin I get an error: ?CTC_Cleanup@YAXXZ not found. Function is not available in myplugin.dll[详细]
2022-12-14 07:41 分类:问答Passing C++ structure pointer from Perl to arbitary dll function call
I am using Win32::API to call an arbitary function exported in a DLL which accepts a C++ structure pointer.[详细]
2022-12-13 20:14 分类:问答How to export all functions inside PHP extension?
I opened php_sqlite.dll & php_sockets.dll using Depends.exe. I saw only 1 function in both: get_module[详细]
2022-12-13 01:37 分类:问答