First, thanks to all who replied! Good stuff. :)

Also:

On Monday, December 28, 2020 5:02 PM, Danilo Pecher 
danilo.pec...@data-experts.biz wrote:

> Well, one could also question the point of shared libraries in a system that 
> doesn't support multitasking.
> ...

It's not so much a matter of multitasking, but of code re-use - ideally, there 
shouldn't be duplicates of certain code in each program which requires it. For 
example, a paint program and a video game may both need to load images/assets 
in various formats. It would be better, therefore, to have a standard library 
containing code to load and store images in a variety of formats than for the 
paint program and the video game both to contain code which performs the same 
exact function.
_______________________________________________
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to