Windows窗口系统的win32框架的替代 [英] Alternate of win32 framework for windowing system on windows

查看:330
本文介绍了Windows窗口系统的win32框架的替代的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想在c ++中开发一个不依赖于win32库的自定义窗口系统。例如,Google Chrome具有与Windows自己的界面不相似的界面。同样,MPCstar和adobe产品也有自己的接口。请帮助我从哪里开始这样的项目?

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?

推荐答案

Qt是真棒,即使你不需要跨平台支持。我保证你使用它后,你不会了解任何人如何可以开发本机GUI在框架如Win32和MFC。其唯一的缺点是您必须与您的应用程序一起分发的DLL的大小。

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是C ++的先决条件吗?如果没有,你只需要windows,使用.Net。

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

这篇关于Windows窗口系统的win32框架的替代的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆