Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DLLs
Message
 
To
25/08/1998 10:22:51
Jim Rieck
Quicken Loans/Rock Financial/Title Sourc
Livonia, Michigan, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: DLLs
Miscellaneous
Thread ID:
00128483
Message ID:
00129751
Views:
31
>Jim,
>
>Thanks for the response. I got the DLL to compile, but when I try and call the procedure in the class from a seperate project the procedure is not found. The code is below, please help.
>
>
>*********************** DLL CODE *****************************************
>DEFINE CLASS vfiled_class AS CUSTOM OLEPUBLIC
> PROCEDURE insfld
> RETURN "JIM"
> ENDPROC
>ENDDEFINE
>
>*********************** Program *****************************************
>Declare string insfld IN "F:\ameritec\ameritec.400\oldfiles\dlltest.dll"
>? insfld

Jim,

Try using it this way;

oObj = CreateObject("DLLName.vfiled_class")
?oObj.insFld()
Previous
Reply
Map
View

Click here to load this message in the networking platform