locked
gdi metro style apps RRS feed

  • Question

  • After i remove  this MACRO which name  is " WINAPI_FAMILY=2" from project's  property .Do all apis of gdi are supported (useful )?   Or only a part of the apis of gdis are supported(useful )?   Thanks for help. 

    Friday, January 13, 2012 6:51 AM

Answers

  • GDI is not supported at all in Metro style apps. Changing the WINAPI_FAMILY macro will allow the app to compile with unsupported API but they may not work and they will not successfully validate.

    --Rob

    Friday, January 13, 2012 7:14 AM
    Moderator

All replies

  • GDI is not supported at all in Metro style apps. Changing the WINAPI_FAMILY macro will allow the app to compile with unsupported API but they may not work and they will not successfully validate.

    --Rob

    Friday, January 13, 2012 7:14 AM
    Moderator
  • Thanks Rob.After Windows 8 release version published in the future,do  gdi32.DLL   will be removed?After Windows 8 pad version published,if windows desktop environment and metro style will coexist in this system on the pad?
    Friday, January 13, 2012 7:48 AM
  • GDI is still available for desktop apps. It is not available for Metro style apps. We cannot comment on unreleased versions.

    --Rob

    Friday, January 13, 2012 8:00 AM
    Moderator
  • Thanks very much,Rob.
    Friday, January 13, 2012 8:10 AM