DLL
recording dll APIs and then mimicking it
Is there some tool that can record APIs in some c++ dll , and then playbac开发者_如何学编程k them .[详细]
2023-04-07 13:42 分类:问答preparing lapack dll with mingw
I downloaded lapack 3.3.0 version and mingw (with all libraries) after that I succeded to make blas.dll by gfortran --shared -o blas.dll blas\\src\\*.f -O[详细]
2023-04-07 12:53 分类:问答C# application works on Win 7 But not on XP
I have built an application in C# and also built a setup for this application. The application on setup works on all Windows 7 machines but doesnt seem to work on any XP machine.[详细]
2023-04-07 08:39 分类:问答Multithreading: C# program running C dll - Unresponsive C#
I wrote a C dll that performs two tasks: 1) Relay certain messages to the C# program 2) Perform an intensive task on a different thread[详细]
2023-04-07 07:23 分类:问答Why does a process started in a DLL file work when tested using console application, but not when called by another DLL file?
Last week I posted the question How can I obtain console application output when running it as a process in a C# DLL file? as I was trying to find out the cause of a problem I was having. However, I h[详细]
2023-04-07 04:46 分类:问答MSVC: __declspec(dllexport) does not symbols
I have a small issue when it comes to writing a DLL in MSVC (the 2010 version in particular). My program consists of the main part and a DLL. The DLL contains a function that is开发者_如何学Go[详细]
2023-04-07 03:44 分类:问答How to add the French language package and use it in Tinymce package?
We are using Moxiecode.tinyMCE.dll in one of our project. This project is a ASP.net website using C#. We added one text area. All the controls are working as expected in English. Please let me know th[详细]
2023-04-07 01:30 分类:问答JAR Hell Hacks for Non-OSGi Developers
Edit: After reviewing the play, the example I used below is a tad misleading. I am looking for the case where I have two 3rd party jars (not homegrown jars where I have access to the source code) that[详细]
2023-04-07 00:41 分类:问答Memory leaks on DLL unload
A C++ console applicat开发者_C百科ion loads a DLL at run time using LoadLibrary() function and then calls some of the functions exported by the DLL. Once the application is done with the DLL, it calls[详细]
2023-04-06 20:49 分类:问答Import third partiy control to own assembly in c#
I have a bunch of winform control libraries in my visual studio 2008 after I installed a third party.[详细]
2023-04-06 19:26 分类:问答