Top "Dll" questions

A dynamic-link library (DLL) is a module that contains functions and data that can be used by another module (application or DLL).

Register 32 bit COM DLL to 64 bit Windows 7

I have a 32 bit COM component DLL and this DLL is written in Delphi. It's a Win32 DLL. I want …

dll windows-7 com
How do I use a third-party DLL file in Visual Studio C++?

I understand that I need to use LoadLibrary(). But what other steps do I need to take in order to …

c++ visual-studio winapi dll
Loading DLLs at runtime in C#

I am trying to figure out how you could go about importing and using a .dll at runtime inside a …

c# reflection dll
The requested operation cannot be performed on a file with a user-mapped section open

Whenever I tried to copy 4 files into my bin folder, after stopping the main service, I am getting an error …

windows dll
.Net picking wrong referenced assembly version

I just copied an existing project to a brand new machine to start developing on it and have run into …

asp.net dll
Dynamically load a function from a DLL

I'm having a little look at .dll files, I understand their usage and I'm trying to understand how to use …

c++ winapi dll
How do I set the path to a DLL file in Visual Studio?

I developed an application that depends on a DLL file. When I debug my application, the applicationwould complain that: "This …

visual-studio visual-c++ dll
what does "error : a nonstatic member reference must be relative to a specific object" mean?

int CPMSifDlg::EncodeAndSend(char *firstName, char *lastName, char *roomNumber, char *userId, char *userFirstName, char *userLastName) { ... return 1; } extern "C" { __declspec(dllexport) …

c++ dll compiler-errors member-functions
Why do 64-bit DLLs go to System32 and 32-bit DLLs to SysWoW64 on 64-bit Windows?

I would like to know when do we need to place a file under C:\Windows\System32 or C:\Windows\…

dll 32bit-64bit system32 syswow64
Java Error opening registry key

I get this error when I try to do anything with Java in command prompt: Error opening registry key 'Software\…

java dll runtime registry