Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Call VFP dll from C#
Message
 
To
04/05/2004 10:39:34
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00900733
Message ID:
00901194
Views:
19
I do this all the time to leverage the strong data manipulation tools of VFP. Simply add a COM reference to the DLL (I browse to it from the add reference dialog). .NET will automatically build a COM interop wrapper around the DLL for you. Then you can use it as you would any other class assembly. You may want to register the DLL by using the regsvr32 command.


>If I create a VFP DLL how can I use it from C# code?
>
>Thanks
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform