Is it?! Possible?
+1
A:
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.
Ken White
2009-02-16 00:45:30
Delphi supporting .net and using .net together with delphi is two separate things.
Vegar
2009-02-16 13:45:35
See my comment to Nick Hodges' post. I've already been corrected, and thanked him for doing so. :-_
Ken White
2009-02-16 14:04:06
Then I guess you have learnd your lesson ;-)
Vegar
2009-02-16 16:33:25
I'm sure I'll learn more of them. <g>
Ken White
2009-02-16 16:38:36
+13
A:
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.
Nick Hodges
2009-02-16 00:53:37
Thanks for the correction, Nick. I haven't looked at Hydra, so was unaware of that capability.
Ken White
2009-02-16 00:55:38
+4
A:
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...
Vegar
2009-02-16 08:48:29