Topic : TOS - The Operating System Author : Version : tos.hyp (December 19, 2008) Subject : Programmieren/Atari Nodes : 3010 Index Size : 93790 HCP-Version : 5 Compiled on : Atari @charset : atarist @lang : @default : Title @help : @options : +g -i -s +x +zz -t4 @width : 70 View Ref-File11.5.18.1 What are shared libraries? TOS Usually libraries with frequently used procedures are collected in their own object module and then linked with several programs during compilation. In that case each program receives a copy of the library, which is integrated firmly into the PRG file. On the other hand, shared libraries exist as separate files only once on the hard disk and can be used by several programs, even simultaneously.