Click here to Skip to main content
15,884,388 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I would just like to confirm that DirectX and GDI are completely separate libraries? That is, no element of DirectX uses GDI and vice versa?
Posted

1 solution

You should compare Direct2D with GDI, instead if entire DirectX. Because there are components in DirectX for example DirectSound which has nothing to do with 2D graphics.

Yes Direct2D and GDI are completely separate libraries. As far as I know anyone of them do not depend on the other. There is some discussion about GDI and Direct2D on this page:

http://blogs.msdn.com/b/directx/archive/2009/09/29/comparing-direct2d-and-gdi.aspx[^]

-Saurabh
 
Share this answer
 
Comments
mbb01 21-Oct-10 8:07am    
Ta. I thought this was the case but wanted a confirmation.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900