Is it possible to use WPF and Delphi 2007/09 win32? - Stack Overflow most recent 30 from stackoverflow.com2009-11-30T08:47:36Zhttp://stackoverflow.com/feeds/question/551932http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/551932/is-it-possible-to-use-wpf-and-delphi-2007-09-win324Is it possible to use WPF and Delphi 2007/09 win32?Jlouro2009-02-16T00:42:25Z2009-02-16T08:48:29Z
<p>Is it?! Possible?</p>
http://stackoverflow.com/questions/551932/is-it-possible-to-use-wpf-and-delphi-2007-09-win32/551940#5519401Answer by Ken White for Is it possible to use WPF and Delphi 2007/09 win32?Ken White2009-02-16T00:45:30Z2009-02-16T00:45:30Z<p>No. Delphi 2009 doesn't support .NET at all, and Delphi 2007 doesn't support version 3.x of the .NET framework. You can use WPF with Delphi Prism, though.</p>
http://stackoverflow.com/questions/551932/is-it-possible-to-use-wpf-and-delphi-2007-09-win32/551955#55195513Answer by Nick Hodges for Is it possible to use WPF and Delphi 2007/09 win32?Nick Hodges2009-02-16T00:53:37Z2009-02-16T00:53:37Z<p>Yes, you can, with a product called "Hydra" from RemObjects:</p>
<p><a href="http://www.remobjects.com/hydra.aspx" rel="nofollow">http://www.remobjects.com/hydra.aspx</a></p>
<p>They have a demo showing embedding a WPF graph in a Win32 application.</p>
<p>As Ken White notes, you can develop all your .Net stuff in Delphi Prism. It can then be leveraged in Win32 using Hydra if you like.</p>
http://stackoverflow.com/questions/551932/is-it-possible-to-use-wpf-and-delphi-2007-09-win32/552649#5526494Answer by Vegar for Is it possible to use WPF and Delphi 2007/09 win32?Vegar2009-02-16T08:48:29Z2009-02-16T08:48:29Z<p>You can take a look at <a href="http://www.tmssoftware.com/site/xv.asp" rel="nofollow">TMS .NET Interop Tools Pack</a>. It contains components to display xaml and xps-files in your delphi-application. How well this works - and if it works well enough to switch from vcl to xaml, I don't know...</p>