English 中文(简体)
最好的通用公平观工具包是重写。 NET WPF 应用于C++?
原标题:What is best GUI toolkit to rewrite .NET WPF application to C++?
  • 时间:2011-03-14 13:38:44
  •  标签:
  • c++
  • wpf

我们有复杂的图象(窗户周边、速计指标等)现有的世界森林基金应用。

我们依靠的是。 联系我们的申请需要。 NET框架。 一些用户不愿意安装。 NET和我们希望为他们提供不需要的版本。 仅使用Windows(XP,Vista,W7)。

我们应当为这一设想使用哪些图形工具?

迄今为止,我认为,《国际船舶和公司注册公司工具包》是一个很好的优点,因为我们已经在XAML中拥有国际船舶和公司注册公司,而将《国际船舶和公司注册公司》运送到C++可能比较容易。

然而,另一个方面是该工具包的下载规模。 我们不想在工具包规模如此大(如20-40MB)与......相当的情况下结束。 NET 4.0 框架规模。

我知道你当中有些人可能认为,从WPF返回到C++是一种坏的想法,但对我们的设想来说,使用户安装过程尽可能方便和方便是绝对必要的。 NET框架是一个大的 st脚石,我们正在设法消除。

最佳回答

我没有回答你的问题(我甚至永远不会梦想我会做这样的事情),但我是compelled把你说成建议。

  • implementing all the WPF functionality in C++ will take 10-20 times more
  • installation of a C++ would not be necessarily easier
  • if you need to make installation easier, use SilverLight
问题回答

We used QT in one of our projects in past which is Object Oriented and Multi Platform, but QT is mostly like WinForms

由于我记得QT也在Xml档案中保存了ID,试图从Xaml到QTxml书写XSLT。 但是,我不怀疑你能够在像Triggers或Animation等复杂的世界森林结构中这样做。

您是否评价了QT? 由于这还依靠XML的定义,因此可能更容易将该守则输入。

你们已经接受过几个建议Qt的答复——我同意,这或许是你的第一次选择。 然而,请注意,虽然Qt does <>>>>支持以XML为基础进行的活动说明,但seem 将其移至基于 Java本的QML。

Another possibility would be wxWidgets, which also supports an XML-based description of the widgets using XRC.





相关问题
Undefined reference

I m getting this linker error. I know a way around it, but it s bugging me because another part of the project s linking fine and it s designed almost identically. First, I have namespace LCD. Then I ...

C++ Equivalent of Tidy

Is there an equivalent to tidy for HTML code for C++? I have searched on the internet, but I find nothing but C++ wrappers for tidy, etc... I think the keyword tidy is what has me hung up. I am ...

Template Classes in C++ ... a required skill set?

I m new to C++ and am wondering how much time I should invest in learning how to implement template classes. Are they widely used in industry, or is this something I should move through quickly?

Print possible strings created from a Number

Given a 10 digit Telephone Number, we have to print all possible strings created from that. The mapping of the numbers is the one as exactly on a phone s keypad. i.e. for 1,0-> No Letter for 2->...

typedef ing STL wstring

Why is it when i do the following i get errors when relating to with wchar_t? namespace Foo { typedef std::wstring String; } Now i declare all my strings as Foo::String through out the program, ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

Window iconification status via Xlib

Is it possible to check with the means of pure X11/Xlib only whether the given window is iconified/minimized, and, if it is, how?