DLL
Additional console window
I have application that has to write to console. Also I call function from dll that writes to stdout too. Now I开发者_高级运维 want to have separate output window to get all output from dll there. (So[详细]
2023-04-06 02:32 分类:问答VB 2008 <The system cannot find the reference specified>
I\'ve created a class library in Visual Studio 2008, and when I try to add the dll as a reference, I get the message in the title for the Path field in my project references. I\'ve been going for a we[详细]
2023-04-06 02:29 分类:问答Linking DLL with .DEF or .LIB file
Caution: I know nothing about C++. I\'m comfortable using C#, but this is confusing the hell out of me.[详细]
2023-04-06 01:41 分类:问答What is a DLL.a file and how do I load one into my VC++ project
I have recently stumbled upon an open source project that I would like to take part in, but I\'ve noticed that they have DLL.a files. I\'ve never seen this file type before and as a programmer for a d[详细]
2023-04-06 01:34 分类:问答Debugging A VC++ 6 DLL Called From C#
I have an old DLL written in Visual Studio 6 which I am calling from C# written in Visual 开发者_运维百科Studio 2010. The DLL is not working properly and I want to debug into it. How can I do this? I[详细]
2023-04-06 01:17 分类:问答How to make Jar which includes DLL?
I have a Jar which fetches the DLL from some path whi开发者_C百科ch is specified in configuration file.[详细]
2023-04-05 20:49 分类:问答How can I obtain console application output when running it as a process in a C# DLL file?
I am working on method in a DLL. In my method I have been writing to the event log to allow me to determine whether thing开发者_如何转开发s are working as I expect. One of the tasks I do in the method[详细]
2023-04-05 20:08 分类:问答Opensource dll injector
I have developed a tool that changes the appearance of certain programs. To do it I need to inject a dll in some processes.[详细]
2023-04-05 14:59 分类:问答Delphi dll image stretchdraw errors
I am trying to resize (scale) a bitmap image using a dll function which is below mentioned { to resize the image }[详细]
2023-04-05 14:58 分类:问答Multi threading for my MFC C++ .dll
Currently I am accessing my MFC C++ dll using my python script and everything works well so far. My next step is to continuously access my .dll and carry on various operations with it simultaneously f[详细]
2023-04-05 14:31 分类:问答