Wiki

Changes between Version 1 and Version 2 of BinaryLibrary

Show
Ignore:
Timestamp:
11/08/12 21:08:11 (11 years ago)
Author:
nerdzero
Comment:

minor grammar correction

Legend:

Unmodified
Added
Removed
Modified
  • BinaryLibrary

    v1 v2  
    11= Binary Library = 
    22 
    3 A binary library is a programming library is binary form with no remaining source code. On .NET and Mono these are files ending in ".dll" containing CommonLanguageRuntime byte-code. On JVM these are files ending in ".jar" containing JVM byte-code. 
     3A binary library is a programming library in binary form with no remaining source code. On .NET and Mono these are files ending in ".dll" containing CommonLanguageRuntime byte-code. On JVM these are files ending in ".jar" containing JVM byte-code. 
    44 
    55At the CommandLine, libraries can be referenced with the -ref command line option: