Changes between Version 1 and Version 2 of BinaryLibrary
- Timestamp:
- 11/08/12 21:08:11 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BinaryLibrary
v1 v2 1 1 = Binary Library = 2 2 3 A binary library is a programming library i sbinary 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.3 A 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. 4 4 5 5 At the CommandLine, libraries can be referenced with the -ref command line option: