en:docs:win16:applications:winver

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
en:docs:win16:applications:winver [2023/12/24 03:27] – created prokusheven:docs:win16:applications:winver [2026/04/24 05:32] (current) prokushev
Line 1: Line 1:
 {{logos:win16.gif}} {{logos:win16.gif}}
  
-====== Windows Version ======+====== osFree Janus Version ======
  
-Simple application which show standard About dialog from SHELL.DLL. View of dialog depended on implementation.+Simple application which shows the standard About dialog from SHELL.DLL or built-in About dialog boxThe appearance of the dialog depends on the underlying implementation.
  
 {{:en:docs:win16:applications:winver.png|Windows Version}} {{:en:docs:win16:applications:winver.png|Windows Version}}
 +
 +===== Features and Compatibility =====
 +
 +  * **Priority to System Library (SHELL.DLL):** Upon startup, the program attempts to load the ''SHELL.DLL'' library and call the standard ''ShellAbout()'' function. This displays the exact same dialog window found in the original system, including all version-specific elements.
 +  * **Fallback Mode:** If ''SHELL.DLL'' is unavailable or if the function call fails, the application does not terminate with an error. Instead, it displays its own built-in dialog window.
 +
 +===== Download =====
 +
 +You can download the source code and binaries from [[https://github.com/osfree-project/winver|GitHub]]. osFree Janus Version is released under the LGPL-2.1 license.
  
 {{page>en:templates:win16app}} {{page>en:templates:win16app}}