Difference between revisions of "Winunits-Base"

From Free Pascal wiki
Jump to navigationJump to search
(New page: This packages contains several translated Windows headers, and units that build directly on top of them. Current it contains the following units * activex * comconst * commctrl * commdlg ...)
 
Line 17: Line 17:
 
* wininet
 
* wininet
 
* winver
 
* winver
 +
* uxtheme (added after 2.2.4 based on Jedi headers with updates)
  
 
As well as a buildunit (buildwinutilsbase) to speed up building.
 
As well as a buildunit (buildwinutilsbase) to speed up building.

Revision as of 14:14, 27 May 2009

This packages contains several translated Windows headers, and units that build directly on top of them. Current it contains the following units

  • activex
  • comconst
  • commctrl
  • commdlg
  • comobj
  • flatsb
  • imagehlp
  • mmsystem
  • ole2
  • oleserver
  • richedit
  • shellapi
  • shfolder
  • shlobj
  • wininet
  • winver
  • uxtheme (added after 2.2.4 based on Jedi headers with updates)

As well as a buildunit (buildwinutilsbase) to speed up building.

MMSystem

The mmsystem unit contains the translation of the windows multimedia system SDK headers. It is a straight translation of the header files, and contains no extra functionality. For more information, the Microsoft SDK manuals should be consulted.

Go to back Packages List