au.util: Difference between revisions
Appearance
Misterhaan (talk | contribs) m Shared Libraries moved to au.util |
Misterhaan (talk | contribs) 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 [ | 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.