DLL
IDisposable with member from missing external assembly fails in finalizer
I have 2 assemblies, A containing the Main method and the Foo class, that uses Bar the class from assembly B:[详细]
2023-04-08 17:00 分类:问答Hooking WinAPI functions called from DLL
I have a DLL file library.dll which contains a function foo. The function foo calls a WinAPI function goo. I wrote an application that calls foo from library.dll. The problem is that I want to 开发者_[详细]
2023-04-08 16:13 分类:问答Creating a webservice inside a dll file? Can it be done?
I would like to create a c# dll that handles requests.I would like the requests to come as webservice cal开发者_如何学Pythonls so that websites can quickly call the dll.Is there a way to integrate the[详细]
2023-04-08 14:52 分类:问答I *think* I have a memory leak. What now?
I created a C++ DLL function that uses several arrays to process what is eventually image data.I\'m attempting to pass these arrays by reference, do the computation, and pass the output back by refere[详细]
2023-04-08 08:29 分类:问答Assembly built by a newer runtime error after converting to Web App
I\'ve recently been converting a website project over to a web application project. The old website had a C# file in the App_Code folder which worked fine even though the rest of the project is in VB.[详细]
2023-04-08 08:20 分类:问答Windows Service not trapping error from DLL
I have a Windows Service that runs every 10 minutes.Whenever there is an error on the DLL, the service isn\'t throwing an error.How do I make it so the error propagates back to the Windows Service and[详细]
2023-04-08 05:21 分类:问答How to access an array of structs in simulink?
I have the problem, that I have to access a funktion form a dll in matlab/Simulink in the rtw. This should work with a s function, but I have the needed parameters in a array of structures organized.[详细]
2023-04-08 03:25 分类:问答How to stop a thread in my unmanaged DLL made in C#
I have a C# DLL that starts a thread for polling an USB device. My problem is that the workerObject and workerThread in the StopListenUSB function are null.[详细]
2023-04-08 02:42 分类:问答How to access/reference DLL in CodeIgniter?
Is it possib开发者_如何学Pythonle to reference a DLL (made from C# or C++) in PHP using CodeIgniter Framework? If yes, how? I\'m gathering info, I\'ve also asked the CodeIgniter forums. :DNo, it\'s no[详细]
2023-04-07 23:38 分类:问答Missing dlls on 64 bit Win
I have a .net application that uses some vc++ compiled Win32 dlls. It works great on a 32 bit Win, but on 64 bit there is a problem: \"Unable to load DLL \'xyz\': The specified module could not be fou[详细]
2023-04-07 17:27 分类:问答