Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating/accessing DLLs
Message
From
27/09/1999 17:14:49
 
 
To
27/09/1999 17:09:32
Sony Joseph
Dovenmuehle Mortgage Inc
Schaumburg, Illinois, United States
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00269644
Message ID:
00269646
Views:
31
>I created a custom class with a single method that takes two parameters and returns a value after a calculation on these two parameter values.
>I built a DLL after including this class into a Project and making that class OLE Public.
>I do not know the exact way how I can use that method in my class which in now in the DLL.
>
>how I should be Declaring the DLL and how can I pass the parameters and get the result ?
>
>Thanks in advance

lo = CREATEOBJECT("Project.Class")
? lo.Method(Parm1, Parm2)
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform