Merged display.dll into USER.
[wine.git] / documentation / status / version
blob3c8704fdf333e106b5e61ed598ce43a69567d7eb
1 This file contains information about the versioning libraries.
2 They consist of VER.DLL (win16) and VERSION.DLL (win32).
3 The implementation can be found in misc/ver.c.
5 The purpose of this library is to:
6         - Extract resource information from possibly compressed files
7         - Install dlls including versionchecking
8         - Query version dependend variables.
10 The resource extraction is almost complete. There have been no reports of
11 missing functionality, but I am not sure about absolute completeness. 
13 The DLL installation APIs do work, but is probably not correct.
15 The API to query version dependend variables (VerQueryValue) works for
16 both win16/win32 resources, but is probably not correct for some cases.
18 FIXME:
19         - Check the installation functions.
20         - Verify VerQueryValue.