Alternate of win32 framework for windowing system on windows

社会主义新天地 提交于 2020-01-04 13:34:43

问题


I want to develop a custom window system in c++ that should not depend on win32 library. As an example, Google Chrome has an interface that is not similar to windows own interface. Similarly MPCstar and adobe products have their own interfaces. Please help me where to start for such a project?


回答1:


Qt is awesome even if you don't need cross platform support. I assure you after using it you won't understand how anyone could ever develop native GUI on frameworks like Win32 and MFC. Its only shortcoming is the size of the DLLs you'll have to distribute with your app.

BTW is C++ a prerequisite? if not, and you only need windows, use .Net.




回答2:


You can use cross platform

Qt

or

wxWidgets

but in my opinion Qt is better.




回答3:


I believe Qt should do the trick. I've never used it myself but it is platform independent. I know a few applications that use it, and it seems fine.




回答4:


Qt and WxWidgets are the better options. And since its GUI I think Qt performs better and has greater support and lots of libraries.

Find Qt here!



来源:https://stackoverflow.com/questions/9838114/alternate-of-win32-framework-for-windowing-system-on-windows

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!