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).

Call function from DLL?

I'm new to C# and I'm trying to learn to usage of DLLs. I'm trying to wrap my objects in …

c# dll interop call dllimport
no ocijdbc12 in java.library.path

I am trying to make a connection to oracle through java program using OCI driver. Following is the configuration. Windows 7, 32 …

java oracle dll oracle11g
PHP Install SSH2 on Windows machine

I am trying to install this on a Windows+Apache machine. Documentation says that SSH2 requires the OpenSSL and libssh2 …

php windows apache dll libssh2
Set Custom Path to Referenced DLL's?

I've got a C# project (call it MainProj) which references several other DLL projects. By adding these projects to MainProj's …

c# dll reference delay-load
Creating simple c++.net wrapper. Step-by-step

I've a c++ project. I admit that I'm a complete ZERO in c++. But still I need to write a …

c# .net c++ dll wrapper
How do I programmatically get the version of a DLL or EXE file?

I need to get the product version and file version for a DLL or EXE file using Win32 native APIs …

c++ winapi dll version exe
Nothing happens when I try to send files / folders to Compressed (zipped) folder

For a while now, I've been unable to send files or folders to Zipped folder from windows explorer. The option …

dll zip compression directory ocx
How to unregister the assembly registered using regasm

I registered one of my dlls on the development machine using regasm as below (ASP application) In a cmd prompt, …

dll asp-classic dllregistration
Load 32bit DLL library in 64bit application

Is there a way to load a 32bit DLL library (something with the same usage as LoadLibrary) I would like …

dll loadlibrary getprocaddress
Is it OK to use DYLD_LIBRARY_PATH on Mac OS X? And, what's the dynamic library search algorithm with it?

I read some articles discouraging of the use of DYLD_LIBRARY_PATH, as the the path of dynamic library should …

language-agnostic macos dynamic-linking dll