Here are the downloads for the following products.
Please note: every download requires you to ask for a Evaluation Key which can be used to test the software during the trial time.
Also when you run the software it checks if it´s a valid trial by contacting eTecnologia.net so you'll need a Internet Connection when you test it.
.NET Extender for VFP (download here) |
This is a DLL which allows you to use all the power of the .NET Framework from VFP, without requiring Activex or COM DLLS.
- You can create an instance of ANY .NET Class right from VFP with just 1 Line of code: using the function CLRCreateObject or CLRNewObject.
- Convert any .NET Assembly into an additional library for VFP use, just by adding it to the list of available assemblies with the function SetCLRClassLibrary .
- You can put .NET Controls right into any VFP Form. You just have to specify the Control's class name and .NET Extender does the rest. Because of this, you can put Toolbars, ToolStrip, ToolStripMenus and more into any VFP Form or VFP Toolbar if you choose.
- Bind to any .NET Event handling it in VFP Code; you can even debug how you handle the event, because the event handling runs fully in VFP. Just use the CLRBindEvent function to perform the binding.
|
VFPCompiler for .NET
Actually in Technology
Preview available only to
registered users of .NET
Extender for VFP. |
It's the next generation compiler for VFP. It´s capable of:
You can create Function Closures (AKA CodeBlocks in Clipper) easily, this give you a unmatched flexibility
|