Delphi Prism 2010/2011 的优点/缺点是什么?
您使用 Delphi Prism 2010 或 2011 进行了很多开发吗?如果是这样,您的主要抱怨是什么?我似乎找不到对相对较新的版本的太多批评。你用它做什么? Windows 上的 .NET 应用程序?在不同的操作系统上?你最喜欢它的什么?
谢谢!
Have you developed much with Delphi Prism 2010 or 2011? If so, what are your chief complaints? I can't seem to find much critique on the relatively new releases. What do you use it for? .NET apps on Windows? On a different OS? What do you like best about it?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这是我的优缺点列表 优点
支持
带有 .NET 和 Mono 的 iPod touch 和 iPad。
缺点是
This is my list of pros and cons
pros
iPod touch and iPad with .NET and Mono.
cons
我们有一个系统,其中有 Win32 客户端和 .NET 后端。我们通过 XML 和 SOAP 在两个系统之间传输数据。对我们来说最好的 Pro 之一是我们可以在 Win32 和 .NET 中序列化和反序列化我们的对象,并保持通用的代码库。
.NET Delphi Prism 对象 <--> XML <-->; Win32 Delphi 对象。
Delphi Prism 对象与 Win32 对象的代码相同。
We have a system where we have a Win32 client and a .NET back end. We transmit the data between the two systems via XML and SOAP. One of the best Pro's for us is that our objects we can serialize and de-serialize in both Win32 and .NET and keep a common code base.
.NET Delphi Prism Object <--> XML <--> Win32 Delphi Object.
The Delphi Prism Object is the same code as the Win32 Object.
我将它用于我正在开发的希伯来语词形变化程序。我使用 Prism 开始这个项目的原因有两个:我想再次使用 Pascal 进行编程,并且我发现 Delphi Prism 口头上支持跨平台开发(并且我希望我的程序能够在具有本机 GUI 的 Mac OS X 上运行)在最后)。
我认为在 Delphi Prism 中编程会让我更容易学习 Delphi。由于我不懂 C++,我一直在寻找一种用于本机 Win32 开发的强大语言。因此学习Delphi对我来说也是一个很好的目标。
I use it for the Hebrew conjugation program I am working on. The reason I started the project with Prism was two-fold: I wanted to program in Pascal again and I found out that Delphi Prism pays lip-service to crossplatform development (and I want my program to run on Mac OS X with a native GUI at the end).
I thought programming in Delphi Prism would make it easier for me to learn Delphi. Since I don't know C++ I was looking for a powerful language for native Win32 development. Hence learning Delphi was a good target for me as well.