vote up 0 vote down star

Hi,

I'm trying to use the VirtualTree of Infralution in VCL.NET, does anyone knows how to do this? In Delphi 8 was a wrapper tool, but i'm using Delphi 2007.

VirtualTree http://www.infralution.com/forums.html

flag

1 Answer

vote up 1 vote down check

The wrapper tool is called WinForms Control Package (to import WinForms controls) is not available in RAD Studio 2007, only is present in Delphi 8 to Delphi 2006 (.Net 1.1).

if you have one of these old versions (D8, D2005, D2006), you can use the tool to create the units (wrappers) and then use them in Delphi 2007. but the most likely have to modify much of the code generated.

Another option is use Hydra.

As a final recommendation, considers switch to Delphi Prism, since Delphi 2007.Net is no longer supported.

Bye.

link|flag
I have somewhere Delphi 2006, so i wil take a look at that. Hydra is for using Dot net in Delphi Win32, so that is no use in this situation I want the VCL in dot net because otherwise i can move to WPF at once, but that is a lot of work.... – Martijn van der Kooij Oct 28 at 10:17

Your Answer

Get an OpenID
or

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