Is it possible to use WPF and Delphi 2007/09 win32? - Stack Overflow most recent 30 from stackoverflow.com 2009-11-30T08:47:36Z http://stackoverflow.com/feeds/question/551932 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/551932/is-it-possible-to-use-wpf-and-delphi-2007-09-win32 4 Is it possible to use WPF and Delphi 2007/09 win32? Jlouro 2009-02-16T00:42:25Z 2009-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#551940 1 Answer by Ken White for Is it possible to use WPF and Delphi 2007/09 win32? Ken White 2009-02-16T00:45:30Z 2009-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#551955 13 Answer by Nick Hodges for Is it possible to use WPF and Delphi 2007/09 win32? Nick Hodges 2009-02-16T00:53:37Z 2009-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#552649 4 Answer by Vegar for Is it possible to use WPF and Delphi 2007/09 win32? Vegar 2009-02-16T08:48:29Z 2009-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>