FACTOID # 178: Bacon on the side: the average rate of pork consumption among the Danes is over twice as high as that of Americans.
 
 Home   Encyclopedia   Statistics   Countries A-Z   Flags   Maps   Education   Forum   FAQ   About 
 
WHAT'S NEW
RELATED ARTICLES
People who viewed "Win32" also viewed:
RECENT ARTICLES
More Recent Articles »
 

SEARCH ALL

FACTS & STATISTICS   

Search encyclopedia, statistics and forums:

 

 

(* = Graphable)

 

 


Encyclopedia > Win32

Windows API is a set of APIs, (application programming interfaces) available in the Microsoft Windows operating systems. A software development kit (SDK) is available for Windows, which provides documentation and tools to enable developers to create software using the Windows API and associated Windows technologies.

Contents

History

The Windows API was originally designed to be object oriented, but computers at the time were limited in power and many new APIs and enhancements have been introduced, leading to the loss of some object-oriented aspects. In some ways it is a low-level interface, so many programmers prefer to use the MFC (Microsoft Foundation Classes) and other class libraries such as Borland's OWL (Object Windows Library) for a more high-level approach. The recently introduced .NET libraries, commonly described as a replacement for calling the Windows API, are a wrapper around the Win32 API to provide object-oriented functionality and operating system abstraction.


Among other things, the Windows API contains the graphical widget toolkit used in Windows.


Other common API functions are:

Versions

Win16 was the first, 16-bit version of these APIs.


Win32 is the 32-bit API for modern versions of Microsoft Windows. The API consists of C functions implemented in dynamically linked libraries (DLLs), mainly in core DLLs: kernel32.dll, user32.dll and gdi32.dll. Although Microsoft's implementation of the Windows API is copyrighted, it is generally accepted that other vendors can emulate Windows by providing an identical API, without breaching copyright.


Win64 is the 64-bit extension of Win32.


WinFX is the upcoming next version of the Windows API, based around the new technologies to be introduced in the next version of Windows, codenamed Longhorn. The graphical widget toolkit for WinFX is called Avalon and requires modern graphic cards with hardware support for rendering.


The WINE project is an attempt to provide this API set for UNIX-like platforms.


Compiler support

To develop software for the Windows API, a compiler that can handle the Microsoft-specific DLLs and COM-objects is needed, along with a number of so-called header files which define the interfaces of the DLLs. For a long time the proprietary Microsoft Visual Studio family of compilers and tools and Borland's compilers were the only tools that could do this. Nowadays the MinGW and Cygwin projects also provide such an environment based on the GNU Compiler Collection.


See also

External links


  Results from FactBites:
 
Windows API - Wikipedia, the free encyclopedia (1497 words)
Win32 is the 32-bit API for modern versions of Windows.
The core DLLs of Win32 are kernel32.dll, user32.dll, and gdi32.dll.
The version of Win32 that was shipped with Windows 95 was initially referred to as Win32c, with the 'c' standing for 'compatibility', but this term was later abandoned by Microsoft in favour of Win32.
Win32 Tutorial - Lesson 1: Introduction to Win32 (4266 words)
Win32 is a library of data types, constants, functions, and classes (mainly structures) used to create applications for the Microsoft Windows operating system.
Therefore, although all of the structures of Win32 are mostly C objects, we will use Win32 as if it were a C++ library.
Normally, all Win32 programs look the same and behave the same but, just like C++ programs, there are small differences in terms of creating a program, depending on the compiler you are using.
  More results at FactBites »

 

COMMENTARY     


Share your thoughts, questions and commentary here
Your name
Your location
Your comments
Please enter the 5-letter protection code


Lesson Plans | Student Area | Student FAQ | Reviews | Press Releases |  Feeds | Contact
The Wikipedia article included on this page is licensed under the GFDL.
Images may be subject to relevant owners' copyright.
All other elements are (c) copyright NationMaster.com 2003-5. All Rights Reserved.
Usage implies agreement with terms.