C++ Dev Gdi

C++ Dev Gdi-->

Fast Animation with the Windows GDI Home. Programming Forum Software Development Forum. DEV-C playsound function in windows project help; C declare variables in windows project. Not what you need? Start New Topic. GDI provides the most basic access to the display, via C calls only (no classes or any other OO stuff) and dates back to Windows 2.0. GDI+ is more modern and has some improved capabilities, but it's still a bit outdated. The Global Defense Initiative (abbreviated as GDI) is the global government of Earth. It was founded in accordance with the United Nations Global Defense Act (UNGDA), on the date of 12 October 1995, 1 as a united military force for global peacekeeping.

Purpose

Windows GDI+ is a class-based API for C/C++ programmers. It enables applications to use graphics and formatted text on both the video display and the printer. Applications based on the Microsoft Win32 API do not access graphics hardware directly. Instead, GDI+ interacts with device drivers on behalf of applications. GDI+ is also supported by Microsoft Win64.

C++ Dev Download Windows 10

Where applicable

GDI+ functions and classes are not supported for use within a Windows service. Attempting to use these functions and classes from a Windows service may produce unexpected problems, such as diminished service performance and run-time exceptions or errors.

Note

When you use the GDI+ API, you must never allow your application to download arbitrary fonts from untrusted sources. The operating system requires elevated privileges to assure that all installed fonts are trusted.

Developer audience

C Dev Infection

The GDI+ C++ class-based interface is designed for use by C/C++ programmers. Familiarity with the Windows graphical user interface and message-driven architecture is required.

Dev

Run-time requirements

GDI+ can be used in all Windows-based applications. GDI+ was introduced in Windows XP and Windows Server 2003. For information about which operating systems are required to use a particular class or method, see the More Information section of the documentation for the class or method.

In this section

TopicDescription
Overview
General information about GDI+.
Using
Tasks and examples using GDI+.
Reference
Documentation of GDI+ C++ class-based API.

Related topics