Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dll

Command line tool to dump Windows DLL version?

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

Is there a way to find all the functions exposed by a dll

c++ c winapi dll

Copying a DLL's dependencies in Visual Studio

visual-studio dll

How to generate an import library (LIB-file) from a DLL?

windows visual-c++ dll

Unmanaged DLLs fail to load on ASP.NET server

asp.net dll iis-6 unmanaged

Get DLL path at runtime

c++ dll

How do I resolve "Please make sure that the file is accessible and that it is a valid assembly or COM component"?

c# .net dll opencv

Can you remove an Add-ed Type in PowerShell again?

dll powershell add-type

How to make a JAR file that includes DLL files?

java dll jar swt packaging

Could not load file or assembly 'WebGrease, Version=1.5.1.25624, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies

How to use Microsoft.Office.Interop.Excel on a machine without installed MS Office?

c# excel dll interop

using a class defined in a c++ dll in c# code

c# c++ dll pinvoke

How do I build an import library (.lib) AND a DLL in Visual C++?

c++ visual-studio dll import

What is the use of .exp and what is the difference between .lib and .dll?

c dll linker static-libraries

How do I find out which dlls an executable will load?

dll executable

How do I programmatically get the version of a DLL or EXE file?

c++ winapi dll version exe

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

c++ visual-studio winapi dll

Referencing 2 different versions of log4net in the same solution

.net nhibernate dll log4net

How can I make my managed NuGet package support C++/CLI projects?