Windows32API

It is a set of header files and import libraries that can be used by GNU tools for compiling and linking programs to be run under operating systems supporting the Windows32 Application Programming Interface. Header files are created by the library's executables based upon a set of native Windows32 headers; the creation process follows these general steps: * Install Windows32 API Library on an operating system with native Windows32 header files. * Compile the Windows32 API Library executables with the native Windows32 header files. * Execute the Windows32 API Library executables to generate the set of freely distributable header files. The header files allow source code using the Windows32 API Library to be compiled into object code, but import libraries are required to link with the object code and create executable programs. Import libraries do not contain the actual code for Windows32 functions, instead they contain function exports which cause the executable to load a DLL during runtime. A DLL (Dynamic Link Library) contains the executable code for the Windows32 API functions, and the DLL is really a part of the operating system and not this library.

This package is no longer under active development.

Last updated 7 Jan, 2008


User level: Submit a level

User Rating:

License(s) :

LGPL

Rate it!

 

About

Leadership
  • None - Maintainer

Versions

0.1.2

0.1.2 alpha released 1999-01-08

User Community and Support

General Resources

Development

 

Please send comments on these web pages to bug-directory@fsf.org, send other questions to info@fsf.org.

Copyright © 2000 - 2008 Free Software Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301, USA

The copyright licensing notice below applies to this text. Any software described in this text has its own copyright notice and license, which can usually be found in the distribution itself.

Permission is granted to copy, distribute, and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts.