Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Call a DLL file
Message
From
23/07/1996 22:40:27
 
 
To
23/07/1996 19:52:53
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Title:
Miscellaneous
Thread ID:
00004437
Message ID:
00004450
Views:
38
>>How can i do to call a DLL library file in FPW2.6 and use all the function that comes inside?
>>
>>Thanks.
>
>You cannot use a .DLL file with Foxpro for Windows 2.x, it recognize only a .FLL that you can use by issuing a SET LIBRARY TO and calling the function inside the .FLL.
>
>Note also that the library for Foxpro for Windows 2.x must be build in 16-bits and that the one for Visual Foxpro 3.x must be 32-bits. That means that you cannot use the same library that you used in your Foxpro for Windows 2.x application in the new version of Visual Foxpro 3.x.

Actually you can. Just 'SET LIBRARY TO FOXTOOLS.FLL' and use REGFN(). Details are in Foxtools.wri.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform