Next Previous Up Top Contents Index

2 The Functional Developer Win32 API Libraries

2.3 Content and organization of the Win32 API libraries

The Functional Developer Win32 API libraries are modeled closely upon Microsoft's Win32 C libraries. Most names available in the Dylan libraries are the same as those available in the C libraries, though of course to conform to Dylan naming conventions and restrictions, many of the C names have been translated.

Note: Look at the library.dylan file in each library to see what each library provides. (Look in comlib.dylan for Win32-Common.) The libraries generally include only features that apply to both Windows NT and Windows 95/98.

If there is an additional area of Win32 you would like to see these libraries support, please inform the Functional Developer support team.

2.3.1 - Notes on the translations

C FFI and Win 32 Reference - 31 MAR 2000

Next Previous Up Top Contents Index