Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to use WPF and Delphi 2007/09 win32?

Tags:

wpf

delphi

Is it?! Possible?

like image 724
Jlouro Avatar asked Feb 16 '09 00:02

Jlouro


2 Answers

Yes, you can, with a product called "Hydra" from RemObjects:

http://www.remobjects.com/hydra.aspx

They have a demo showing embedding a WPF graph in a Win32 application.

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.

like image 68
Nick Hodges Avatar answered Sep 28 '22 10:09

Nick Hodges


You can take a look at TMS .NET Interop Tools Pack. 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...

like image 31
Vegar Avatar answered Sep 28 '22 09:09

Vegar