Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Ready to buy etecnologia compiler technology, are you?
Message
 
To
15/01/2007 11:06:36
Calvin Smith
Wayne Reaves Computer Systems
Macon, Georgia, United States
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01184493
Message ID:
01185707
Views:
11
Hi Calvin:

Thank you for your support. If you installed it, now you should have the line

DO HOME()+"tools\etecnologiaNetExtender\prgs\SetEnvironment.prg" in your startup program file or otherwise SetEnvironment.prg should be the startup.

The use is simple, you just treat any assembly like if it was a ClassLibrary. You make it searchable with
= SetCLRClassLibrary("path/to your/ assembly.dll",.T.)

To create a form:

oForm = CLRCreateObject("system::windows::forms::form")
oForm.Show()

In the samples directory there are several prgs and forms to show you how to use it. If you have the installation OK you should be able to run the samples contained in the project SamplesProject.

Note: If you have the installation OK a Toolbar with a Menu on it should appear in VFP, this is like a Control Center where you can browse the docs, samples, compile code to IL (using the alpha compiler) and more.

Let me know if this helps you.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform