I have a DLL that provides mail sending functionality to an asp.net application, this DLL reads its configuration from an xml file whose path is set in an app.config setting.
I have a problem using loadlibray to load a system dll: user32.dll on Win7. (Xp is Ok) The demo is built on XP with VS2008, and runs successfully on XP. But, when it runs on Win7,it c开发者_运维技巧
Is it possible to load a dll file开发者_运维百科 that doesn\'t have a \'dll\' extension? ThanksYes, just provide full file name, including extension (or without extension, if file name doesn\'t conta
I am interest开发者_运维知识库ed in using/learning RoR in a project where I have to use a .NET dll. Is Ruby capable of importing a .NET dll?While IronRuby will make short work of talking to your .NET
I\'m attempting to build the C++ Avro API as a DLL so I can use the Avro generated header files in a Visual Studio project. I\'m able to build Avro in Windows using Cygwin, so the next step is to conv
I want to enable users to view the windows Quick Launch bar via DLL call (I checked the registry modification option b开发者_C百科ut it\'s the route around).
I want to trace some text from dll module to a main program window (to a log subwindow). How can I do this correctly? (through kernel primitives, via sending messages from window to window, passing ca
How to dynamically load a managed (.Net) DLL in unmanaged code? I\'m creating a plugin system in C++ that gets injected i开发者_Python百科nto an application and I would like to be able to write C# pl
I have a DLL that exports a number of functions for getting or setting various values in some underlying data objects. In certain cases the DLL will raise a notification to the application using it vi
I have some code in native C++ (Visual C++ 2010) to process a file of some GB. I compiled it to an .exe and it takes about 8 minutes. But I need to call it from a Visual Basic .net interface, so I put