DLL
Faulting module what does this mean and why does this happen?
I have an apllication written in .net C# and it sporafdically crashes (not responding) the windows event log ahd the following message.[详细]
2023-04-10 22:52 分类:问答Convert VB6 .dll file to a .net dll
I have a .dll file written in VB6. I understand that I can add this .dll file as a reference in my VS project, bu开发者_如何学Got I need to be able to add this .dll file as an embedded resource to my[详细]
2023-04-10 19:39 分类:问答How to compile NPAPI plugin sourcecode using Visual Studio 2008?
(First, sorry for bad English ! ) I downloaded the source code here : http://minimizetotray.googlecode.com/files/SourceCode.zip - which is a NPAPI plugin that has the ability tominimize Chrome window[详细]
2023-04-10 19:02 分类:问答Attempted to read or write protected memory when accessing dll
I try to access zip32.dll version 3.0 when my code got this error : System.AccessViolationException: Attempted to read or write protected memory.[详细]
2023-04-10 16:27 分类:问答Return an object in VBA
I\'ve built a custom DLL which, for this example, has a function login. In C++ I use it by creating an object and then accessing the function through the object pointer, like so:[详细]
2023-04-10 16:07 分类:问答Building dll with g++ for use with MSVC application
My end-goal here is to execute g++ from my MSVC application to build dlls at runtime. The dlls which g++ creates will then be loaded by the MSVC app for use.[详细]
2023-04-10 15:17 分类:问答debugging information not find in vc++ dll
I have a dll and I want to debug my dll.I have also browse the path of exe.But now I want to cha开发者_C百科nge the path of that exe because it was not correct exe.In the property I have remove the pa[详细]
2023-04-10 13:19 分类:问答Could loading a DLL into java result in increased CPU usage in java.exe?
I have a java applet that loads a dll.The dll is used to interface with a third party piece of software.The dll launches the third party software and then is used to send data to and receive data from[详细]
2023-04-10 11:22 分类:问答Can changes to a dll be made, while keeping compatibility with pre-compiled executables?
We have a lot of executables that reference one of our dlls. We found a bug in one of our dlls and don\'t want to have to re-compile and redistribute all of our executables to fix it.[详细]
2023-04-10 09:28 分类:问答How can i set an entrypoint for a dll
First i thought entry point in dlls开发者_StackOverflow社区 DLLMain but then when i try to import it in C# i get an error that entrypoint wasn\'t found Here is my code:[详细]
2023-04-10 09:17 分类:问答