Graphics library used by Windows Vista Freecell and Solitaire
Posted
by David Grayson
on Stack Overflow
See other posts from Stack Overflow
or by David Grayson
Published on 2010-03-22T06:41:05Z
Indexed on
2010/03/22
6:41 UTC
Read the original article
Hit count: 398
Does anyone know what graphics library is used to create the graphics in the Solitaire and Freecell games included with Windows Vista (e.g. XNA, GDI, WPF)? A good answer would include the name of the library and evidence.
I looked at solitaire.exe with dependency walker and it shows many calls to gdi32.dll and gdiplus.dll, but also a call to Direct3DCreate9 in d3d9.dll.
© Stack Overflow or respective owner