The assembly WPTDynInt.DLL was compiled with .NET Framework 1.1, WPTDynInt2.DLL was compiled with the .NET Framework 2, WPTDynInt3.DLL was compiled with the .NET Framework 3.5 (VS 2008)
a) Under Visual Studio 2008 please simply drag the file WPDllInt3.DLL to the toolbox to install the control.
b) In Delphi 2006 to install the .NET wrapper please add the DLL WPTDynamic.DLL to the library/toolbox.

The registered version includes the source code of the interface DLLs - written in C#. So it is possible for you to recompile the assemblies.
To use the control these steps are required:
(1) The path to the kernel DLL is specified using WPDLLInt.SetDLLName( pathname ) before the initialization of the form.
(2) Call EditorStart to set the license keys.
(3) Load the GUI definition file "Buttons.PCC" using SetLayout. This file contains localization strings and images. It is edited using the PackageEditor.
(4) Create the Editor using SetEditorMode. Here also special abilities, such as spellcheck and premium features (footnotes, text boxes) are activated.
Note: 3 assemblies are included in directory \Redis\:
WPTDynInt.dll compiled for .NET Framework 1.1
WPTDynInt2.dll compiled for .NET Framework 2.0 (VS2005)
WPTDynInt3.dll compiled for .NET Framework 3.5 (VS2008)
Also required is the kernel DLL WPTextDLL05_demo.dll. There is no need to "register" it (RegServer)
Please also see the C# sample project.