vote up 4 vote down star

Is it?! Possible?

flag

50% accept rate

3 Answers

vote up 13 vote down check

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.

link|flag
Thanks for the correction, Nick. I haven't looked at Hydra, so was unaware of that capability. – Ken White Feb 16 at 0:55
vote up 4 vote down

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...

link|flag
vote up 1 vote down

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.

link|flag
Delphi supporting .net and using .net together with delphi is two separate things. – Vegar Feb 16 at 13:45
See my comment to Nick Hodges' post. I've already been corrected, and thanked him for doing so. :-_ – Ken White Feb 16 at 14:04
Then I guess you have learnd your lesson ;-) – Vegar Feb 16 at 16:33
I'm sure I'll learn more of them. <g> – Ken White Feb 16 at 16:38

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.