Win32: Is there a replacement GDI32.dll that uses hardware acceleration?

Posted by Ian Boyd on Stack Overflow See other posts from Stack Overflow or by Ian Boyd
Published on 2010-04-14T19:54:11Z Indexed on 2010/04/14 22:13 UTC
Read the original article Hit count: 708

Filed under:
|
|
|
|

Has anyone out there created a version of GDI32.dll that takes advantage of hardware acceleration available on the machine? gdiplus.dll?

Starting with Windows Vista, GDI is no longer hardware accelerated. (GDI+ was never hardware accelerated). Without Microsoft fixing GDI (and GDI+) to be able to run well on the computer: native applications (C++ MFC, Delphi, etc), and managed WinForms applications, will continue to run poorly forever.

While i could use Direct2D for business applications, i cannot control the fact that the development environment still creates controls, with decades of library support code, that assumes the presence of GDI.

© Stack Overflow or respective owner

Related posts about win32

Related posts about user-interface