I design applications with new MFC components like CMFCToolBar and want to design it with High-DPI aware. I provide proper toolbar images for each DPI and I need to tell CMFCToolBar to don't scale images in high DPI modes.So I need set CMFCToolBar::m_bDontScaleImages variable to TRUE, but this can be done only with static link. With dynamic link linker shows error with unresolved external.I can't use static link for my projects (it's huge project with many DLLs etc.).
Visual Studio/Silverlight/Tooling version
What category (if any) best represents this feedback?
Steps to reproduce
Product Language
Operating System
Operating System Language
Actual results
Expected results