Jump to content

au.util: Difference between revisions

From auWiki
mNo edit summary
Line 1: Line 1:
Shared Libraries are used by most analog underground applications.  They're not an application themselves, and are pretty much useless to anyone who isn't a programmer.  The two dll files are strongly-named which means they can be installed to the [[gac]], which will be done if you build the source.  Downloading the binaries will get you the two dll files, which can be used without being put into the gac.
Shared Libraries are used by most analog underground applications.  They're not an application themselves, and are pretty much useless to anyone who isn't a programmer.  The two dll files are strongly-named which means they can be installed to the [http://en.wikipedia.org/wiki/Global_Assembly_Cache GAC], which will be done if you build the source.  Downloading the binaries will get you the two dll files, which can be used without being put into the GAC.

Revision as of 14:02, 21 May 2007

Shared Libraries are used by most analog underground applications. They're not an application themselves, and are pretty much useless to anyone who isn't a programmer. The two dll files are strongly-named which means they can be installed to the GAC, which will be done if you build the source. Downloading the binaries will get you the two dll files, which can be used without being put into the GAC.